arkham/src
Joe Bellus 6409e249e3 Automatic help output
Added help generation for root and subcommands either using
`app help [command]` or `app --help [command]`

This help text displays all opts and their descriptions, available
subcommands and any description for the current command.
2021-06-19 19:07:04 +00:00
..
app.rs Automatic help output 2021-06-19 19:07:04 +00:00
command.rs Automatic help output 2021-06-19 19:07:04 +00:00
context.rs Automatic help output 2021-06-19 19:07:04 +00:00
lib.rs Automatic help output 2021-06-19 19:07:04 +00:00
opt.rs Automatic help output 2021-06-19 19:07:04 +00:00
tasks.rs Automatic help output 2021-06-19 19:07:04 +00:00
vox.rs Core app foundation/opt parsing 2021-06-19 03:20:29 -04:00