Command.setOptionVal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Self setOptionVal(string key, T value)
  2. Self setOptionVal(string key)
  3. Self setOptionVal(string key)
  4. Self setOptionVal(string key, T value, T[] rest)
    class Command
    package
    setOptionVal
    (
    T : string
    )
    (
    string key
    ,,)
  5. Self setOptionVal(string key, T[] values)

Meta