From a8868a3f7b6940a3699fccc5cd6f956c72475ac9 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 22 Sep 2021 16:02:18 +0530 Subject: gnbug: Add show sub-command. * gnbug: Import (rnrs io ports). (main): Add show sub-command. (gnbug-show): New function. * README.gmi (gnbug): Document the show sub-command. --- README.gmi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.gmi') diff --git a/README.gmi b/README.gmi index b08ae8b..b400a8d 100644 --- a/README.gmi +++ b/README.gmi @@ -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 -- cgit v1.2.3