-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display possible subcommands for non-leaf nested subcommands #113
Comments
I just ran into this. |
/bounty $75 |
|
/attempt #113 |
Can you show how a desired output should look like? |
💡 @pablf submitted a pull request that claims the bounty. You can visit your org dashboard to reward. |
🎉🎈 @pablf has been awarded $75! 🎈🎊 |
When using nested subcommands, the generated help doc does not list subcommands for any non-leaf subcommand whose distance from a leaf is > 1.
For example, given a sub command structure
The this command correctly enumerates subcommands in the
SUBCOMMANDS
section in the help docBut these commands do not
The text was updated successfully, but these errors were encountered: