Method: CLI.get_command_line_data

Defined in:
lib/clir/CLI.mod.rb

.get_command_line_dataObject

For Replayer, return data



147
148
149
150
151
152
153
154
155
156
157
# File 'lib/clir/CLI.mod.rb', line 147

def get_command_line_data
  {
    raw_command_line: @raw_command_line,
    command_name:     command_name,
    main_command:     main_command,
    components:       components,
    options:          options,
    params:           params,
    table_short2long_options:  table_short2long_options
  }
end