Command.option

see also Self option(T)(string flags, string desc) and define a default value for this option

  1. Self option(string flags, string desc)
  2. Self option(string flags, string desc)
  3. Self option(string flags, string desc, T defaultValue)
    class Command
    option
    (
    T
    )
    (
    string flags
    ,
    string desc
    ,)

Meta