Method: Jun::CLI::Commands::Base.command_name

Defined in:
lib/jun/cli/commands/base.rb

.command_nameObject



7
8
9
# File 'lib/jun/cli/commands/base.rb', line 7

def self.command_name
  name.sub("Jun::CLI::Commands::", "").underscore.gsub("/", ":")
end