help(shell, *)
Override Thor’s class-level help to also show the USAGE.
# File railties/lib/rails/command/base.rb, line 98 def help(shell, *) # :nodoc: super shell.say class_usage if class_usage end