class Rails::Command::Base

def hide_command!

running rails command.
Convenience method to hide this command from the available ones when
def hide_command!
  Rails::Command.hidden_commands << self
end