ParsedArgs.flag

Checks whether the given flag name is present.

  1. bool flag(string name)
    class ParsedArgs
    const nothrow @safe
    bool
    flag
    (
    string name
    )
  2. bool flag(Flag flag)