Hi, this is not a bug but a question. I couldn't find in the docs nor in issues (maybe my keywords are wrong) but I can't see how to implemented nested commands to be able to handle stuff like this:
$ gh auth login --foo=bar
$ gh auth logout
Where help would display different help messages for each command, aka gh auth login --help and writing gh auth would output an index of commands
Hi, this is not a bug but a question. I couldn't find in the docs nor in issues (maybe my keywords are wrong) but I can't see how to implemented nested commands to be able to handle stuff like this:
Where help would display different help messages for each command, aka
gh auth login --help
and writinggh auth
would output an index of commandsI though of it being something like this: