Command.option

define a bool option to this command

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

Meta