Method: Toolshed::Commands::RenameBranch.cli_options

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

.cli_optionsObject



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

def self.cli_options
  {
    banner: 'Usage: rename_branch [options]',
    options: {
      branch_name: {
        short_on: '-b'
      },
      new_branch_name: {
        short_on: '-n'
      }
    }
  }
end