ParsedArgs.optionList

Gets all values for the option with the given name.

  1. const(string[]) optionList(string name)
    class ParsedArgs
    const @safe
    const(string[])
    optionList
    (
    string name
    )
  2. const(string[]) optionList(Option option)