Command.add

Adds command argument

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

Throws

InvalidProgramException

Meta