self_command()
Represents the whole class as a command.
# File lib/bundler/vendor/thor/lib/thor/group.rb, line 243 def self_command #:nodoc: Bundler::Thor::DynamicCommand.new(namespace, class_options) end