5 comments

[ 3.5 ms ] story [ 15.8 ms ] thread
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.
Weirdly enough, I was just looking at this earlier because I'm a heavy user of his mise and hk.
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.
Gonna be tricky to do SEO on this one. Google: “Usage”
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.).