We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46db15d commit 9b3b6ecCopy full SHA for 9b3b6ec
lib/thor.rb
@@ -174,7 +174,7 @@ def command_help(shell, command_name)
174
shell.say "Usage:"
175
shell.say " #{banner(command)}"
176
shell.say
177
- class_options_help(shell, nil => command.options.map { |_, o| o })
+ class_options_help(shell, nil => command.options.values)
178
if command.long_description
179
shell.say "Description:"
180
shell.print_wrapped(command.long_description, :indent => 2)
0 commit comments