class Thor::Group

def self_command #:nodoc:

:nodoc:
Represents the whole class as a command.
def self_command #:nodoc:
  Thor::DynamicCommand.new(self.namespace, class_options)
end