class Rails::Command::HelpCommand
def help_extended(*)
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