Usage – a shell completion / manpage / help documentation generator (usage.jdx.dev) 34 points by weaksauce 11mo ago ↗ HN
[–] weaksauce 11mo 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 11mo ago ↗ Weirdly enough, I was just looking at this earlier because I'm a heavy user of his mise and hk. [–] leosanchez 11mo 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 11mo ago ↗ Weirdly enough, I was just looking at this earlier because I'm a heavy user of his mise and hk. [–] leosanchez 11mo 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 11mo 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 11mo 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
[ 3.5 ms ] story [ 15.8 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.).