CLI.parseArgs

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Result parseArgs(COMMAND receiver, string[] args)
  2. int parseArgs(string[] args, COMMAND initialValue)
  3. int parseArgs(string[] args, COMMAND initialValue)
    template CLI(Config config, COMMAND)
    static
    int
    parseArgs
    (
    alias newMain
    )
    (
    string[] args
    ,
    COMMAND initialValue = COMMAND.init
    )
    if (
    __traits(compiles, )
    )

Meta