From 3592e5b055ad0fcd70d1ae9e4804a4b5c6a77c5d Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 28 Sep 2023 16:45:47 +0200 Subject: add list, show commands The `list` command can be omitted and is the default. The `show` command retains past output. ```console $ anissue -h Usage: anissue anissue list anissue show ``` The implementation uses docopts, the shell variant of docopt [1]. Because of that, wrapping with `--argv0 ''` is necessary when packaging. [1] http://docopt.org/ --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b5c8079..30e5135 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ nix-env -f. -i ## usage +### list + +```console +anissue list +``` + +### show + ```console -anissue . +anissue show ``` -- cgit v1.2.3