Usage – a shell completion / manpage / help documentation generator (usage.jdx.dev) 34 points by weaksauce 1y ago ↗ HN
[–] weaksauce 1y ago ↗ From one of the creators of mise is this little utility that can help make a bunch of documentation and shell completions for most shells. [–] drcongo 1y ago ↗ Weirdly enough, I was just looking at this earlier because I'm a heavy user of his mise and hk. [–] leosanchez 1y ago ↗ I started experimenting with mise just today seems very promising. Will look into hk as well currently I am using lefthook as git hook manager.
[–] drcongo 1y ago ↗ Weirdly enough, I was just looking at this earlier because I'm a heavy user of his mise and hk. [–] leosanchez 1y ago ↗ I started experimenting with mise just today seems very promising. Will look into hk as well currently I am using lefthook as git hook manager.
[–] leosanchez 1y ago ↗ I started experimenting with mise just today seems very promising. Will look into hk as well currently I am using lefthook as git hook manager.
[–] jiehong 1y ago ↗ The spec looks like a more readable man page (compare to mandoc).Nowadays, a lot of CLI libraries actually generate the help from the code of the cli (like picocli in Java or argparse in python, etc.).
5 comments
[ 4.9 ms ] story [ 26.4 ms ] threadNowadays, a lot of CLI libraries actually generate the help from the code of the cli (like picocli in Java or argparse in python, etc.).