cli2man icon indicating copy to clipboard operation
cli2man copied to clipboard

include subcommands

Open JOJ0 opened this issue 5 years ago • 1 comments
trafficstars

Hi, my program has subcommands that have their own extensive --help output.

command -h
command subcmd1 -h
command subcmd2 -h
command subcmd3 -h

Is there a quick way to tell cli2man to combine the outputs of all these commands into a single manpage? Or would this rather be a case where a seperate manpage for each of the programs should be made and then statet in the see-also section?

thanks and all the best Jojo

JOJ0 avatar Jun 15 '20 05:06 JOJ0

Pull requests are welcome.

At this point separate manpages would probably easier, but adding support for this feature is certainly not impossible, if someone wants to. I don't have time for this feature though, as I don't have a need for it currently.

tobimensch avatar Jul 10 '20 14:07 tobimensch