|
|
|
|
|
by dim-an
2295 days ago
|
|
On my Christmas holidays I built a little tool that does similar things. Features I wanted to include originally were 1 shell completion autogeneration from `--help` texts;
2 support bash/zsh/fish;
3 support toml-like description of command arguments.
At the moment I have a tool that generates completions from `--help` messages and supports bash/zsh. I use it daily and it makes me little bit happier.[1] https://github.com/dim-an/cod |
|