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)
  2. Result parseKnownArgs(COMMAND receiver, string[] args)
    template CLI(Config config, COMMAND)
    static
    parseKnownArgs
    (
    ref COMMAND receiver
    ,
    ref string[] args
    )

Meta