Arguments.get

Gets a reference to an argument, creating a new instance if necessary.

  1. Argument get(char name)
    class Arguments
    Argument
    get
    (
    char name
    )
  2. Argument get(cstring name)

Parameters

name char

character representing the argument to be retrieved (this is usually an alias to the argument, but could also be the argument name if the argument name is exactly one character long)

Return Value

Type: Argument

a reference to the argument

Meta