module Rails::Command

def printing_commands # :nodoc:

:nodoc:
def printing_commands # :nodoc:
  lookup!
  (subclasses - hidden_commands).flat_map(&:printing_commands)
end