Method: Toolshed::Commands::ListBranches.cli_options
- Defined in:
- lib/toolshed/commands/list_branches.rb
.cli_options ⇒ Object
6 7 8 9 10 11 12 13 14 15 |
# File 'lib/toolshed/commands/list_branches.rb', line 6 def self. { banner: 'Usage: list_branches [options]', options: { repository_name: { short_on: '-r', }, } } end |