This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
help_heading
for subcommands
#172
Labels
Milestone
Issue by tailhook
Wednesday Jan 06, 2021 at 14:30 GMT
Originally opened as clap-rs/clap#2289
It would be nice to have
help_heading
equivalent for the subcommands. Currently there isApp::help_heading
but it does something different (defaulthelp_heading
for next arguments).This is needed for the commands having a lot of of subcommands, to show you one example, here is a snippet from
virsh
(command-line tool forlibvirt
):The text was updated successfully, but these errors were encountered: