Method: Toolshed::Commands::CreateTicketComment.cli_options
- Defined in:
- lib/toolshed/commands/create_ticket_comment.rb
.cli_options ⇒ Object
12 13 14 15 16 17 18 19 20 21 |
# File 'lib/toolshed/commands/create_ticket_comment.rb', line 12 def self. { banner: 'Usage: create_ticket_comment [options]', options: { use_defaults: { short_on: '-d' } } } end |