Method: CodeWeb::CLI#arguments

Defined in:
lib/code_web/cli.rb

#argumentsArray<String>

Returns command line arguments.

Returns:

  • (Array<String>)

    command line arguments



38
39
40
# File 'lib/code_web/cli.rb', line 38

def arguments
  @arguments
end