method
help_extended
v7.2.3 -
Show latest stable
- Class:
Rails::Command::HelpCommand
help_extended(*)public
No documentation available.
# File railties/lib/rails/commands/help/help_command.rb, line 12
def help_extended(*)
help
say ""
say "In addition to those commands, there are:"
say ""
extended_commands = printing_commands_not_in_usage.sort_by(&:first)
print_table(extended_commands, truncate: true)
end