Method: Toolshed::Commands::RenameBranch.cli_options
- Defined in:
- lib/toolshed/commands/rename_branch.rb
.cli_options ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/toolshed/commands/rename_branch.rb', line 5 def self. { banner: 'Usage: rename_branch [options]', options: { branch_name: { short_on: '-b' }, new_branch_name: { short_on: '-n' } } } end |