Module: Travis::CLI::Gh::Subcommands::CommandMixin

Defined in:
lib/travis/cli/gh/subcommands.rb

Instance Method Summary collapse

Instance Method Details

#command_nameObject



9
10
11
# File 'lib/travis/cli/gh/subcommands.rb', line 9

def command_name
  "gh-#{super}"
end

#description(input = nil) ⇒ Object



5
6
7
# File 'lib/travis/cli/gh/subcommands.rb', line 5

def description(input = nil)
  "GitHub plugin: #{super(input)}"
end