Clap All-Gen
The complete clap generation utility to give your command-line application users a more polished experience right out of the box.
To create all shell completions use the following command:
use render_shell_completions;
.expect;
To generate man pages for your commands use:
use render_manpages;
.expect;