Command.requiredOption

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

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

Meta