You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making a CLI which only has subcommands, and as such I thought that is should show help when no command is given, how can I do that. I didn't find any way to show the default help outside of the help switch.
The text was updated successfully, but these errors were encountered:
Unfortunately there is not public API for this yet but it's in todo list.
Although making an existing API public is a simple change, I'm afraid it might not be compatible with future changes to support easily configurable help screen. So IMO it's better to make the internals more suitable for customization and then make the API public.
Hello,
I am making a CLI which only has subcommands, and as such I thought that is should show help when no command is given, how can I do that. I didn't find any way to show the default help outside of the help switch.
The text was updated successfully, but these errors were encountered: