Method: Clive::Option#args

Defined in:
lib/clive/option.rb

#argsArguments (readonly)

Returns List of arguments this Option can take when ran.

Returns:

  • (Arguments)

    List of arguments this Option can take when ran



41
42
43
# File 'lib/clive/option.rb', line 41

def args
  @args
end