Age | Commit message (Collapse) | Author |
|
Regresses in that we only support Haskell for now, as Elm, Nix or Bash
are not available as tree-sitter-* Haskell packages.
|
|
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/
|
|
This had been an oversight of 17f8148945bf5d636eb0ab2b90e3f0d1c57ecf3f.
|
|
|
|
|