OptionHandler.read

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] read(string opts, string help, bool required)
  2. Nullable!Argument read(string opts, string help, bool value, bool required)
    struct OptionHandler
    @safe pure
    Nullable!Argument
    read
    (
    string opts
    ,
    string help
    ,
    ref bool value
    ,
    bool required = false
    )

Meta