CLI.parseArgs

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

Meta