CommandParser.parse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ResultOf!CommandT parse(string[] args)
    struct CommandParser(alias CommandT_, alias ArgBinderInstance_ = ArgBinder!())
    static
    ResultOf!CommandT
    parse
    ()
    (
    string[] args
    )
  2. ResultOf!CommandT parse(ArgParser parser)

Meta