Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-04 | update readme | Alexander Foremny | |
2023-09-28 | add list, show commands | Alexander Foremny | |
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/ | |||
2023-09-05 | add Nix package | Alexander Foremny | |