Awesome work! Any chance of adding a man page? Maybe something like ripgrep has using asciidoc? https://github.com/BurntSushi/ripgrep/blob/7cbc535d70a53c81dfa3e58552c01f21c2e38d28/build.rs#L66 ``` ❯ man dust No manual entry for dust ``` I see `dust --help` works, but it'd be handy to have a man page too, since it's many peoples first instinct when trying a new cli tool.
Awesome work!
Any chance of adding a man page?
Maybe something like ripgrep has using asciidoc?
https://github.com/BurntSushi/ripgrep/blob/7cbc535d70a53c81dfa3e58552c01f21c2e38d28/build.rs#L66
I see
dust --helpworks, but it'd be handy to have a man page too, since it's many peoples first instinct when trying a new cli tool.