diff options
Diffstat (limited to 'README.gmi')
-rw-r--r-- | README.gmi | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -38,6 +38,11 @@ Only list issues assigned to pjotrp. ./gnbug list --assigned=pjotrp ``` +Print an issue, say issue 7, on the command line. +``` +./gnbug show 7 +``` + Edit an issue, say issue 9. This opens the relevant gemtext file in your favourite editor as defined by the EDITOR environment variable. ``` ./gnbug edit 9 |