CommandParser.parse

Same as parse except it will automatically construct an ArgPullParser for you.

  1. Result!void parse(string[] args, CommandT commandInstance)
    struct CommandParser(alias CommandT, alias ArgBinderInstance = ArgBinder!())
    Result!void
    parse
    (
    string[] args
    ,
    ref CommandT commandInstance
    )
  2. Result!void parse(ArgPullParser parser, CommandT commandInstance)

Meta