CLI.parseKnownArgs

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Result parseKnownArgs(COMMAND receiver, string[] args, string[] unrecognizedArgs)
    template CLI(Config config, COMMAND)
    static
    parseKnownArgs
    (
    ref COMMAND receiver
    ,
    string[] args
    ,
    out string[] unrecognizedArgs
    )
  2. Result parseKnownArgs(COMMAND receiver, string[] args)

Meta