kotlinx-cli
kotlinx-cli copied to clipboard
No help for nested subcommands
Currently, only one subcommand can understand -h option, all nested subcommand shows same help as help of first subcommand, i.e. output of
main subcommand -h
and
main subcommand nested-subcommand -h
always the same
This issue still seems to happen, is this because it is still experimental so fixes are not getting priority?
Not only experimental, but also an incubator project (see readme). Improving kotlinx-cli is not a priority at the moment.