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
When running the following i was expecting to see the print_arg full help section:
thor subcommand_with_argument help print_arg
instead i see the subcommand general help (also notice the ARG between help and [COMMAND] seems odd):
Commands:
thor subcommand_with_argument help ARG [COMMAND] # Describe subcommands or one specific subcommand
thor subcommand_with_argument print_arg ARG # My method with a cool argument
When running the following i was expecting to see the
print_arg
full help section:thor subcommand_with_argument help print_arg
instead i see the subcommand general help (also notice the
ARG
betweenhelp
and[COMMAND]
seems odd):if i remove the argument in the subclass (i.e comment out this line https://github.com/StupidCodeFactory/thor/pull/1/files#diff-a113f9bffbf7327e2f860433311b4e15R11) then it does show the print_arg full help section
I've added a spec to prove my issue StupidCodeFactory#1
It's not very clear if this behaviour is erroneous, i'd like to confirm this is an issue before digging deeper into this.
Thanks guys!
The text was updated successfully, but these errors were encountered: