Command.add

Adds option

  1. typeof(this) add(Option option)
    class Command
    typeof(this)
    add
    pure @safe
    (
    Option option
    )
  2. typeof(this) add(Flag flag)
  3. typeof(this) add(Argument argument)
  4. typeof(this) add(Command command)

Throws

InvalidProgramException

Meta