Method: Toolshed::Commands::ListBranches.cli_options

Defined in:
lib/toolshed/commands/list_branches.rb

.cli_optionsObject



6
7
8
9
10
11
12
13
14
15
# File 'lib/toolshed/commands/list_branches.rb', line 6

def self.cli_options
  {
    banner: 'Usage: list_branches [options]',
    options: {
      repository_name: {
        short_on: '-r',
      },
    }
  }
end