Method: Toolshed::Commands::TicketInformation.cli_options

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

.cli_optionsObject



6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# File 'lib/toolshed/commands/ticket_information.rb', line 6

def self.cli_options
  {
    banner: 'Usage: ticket_information [options]',
    options: {
      use_defaults: {
        short_on: '-d'
      },
      clipboard: {
        short_on: '-c'
      },
      field: {
        short_on: '-f'
      },
      formatted_string: {
        short_on: '-fs'
      }
    }
  }
end