Exemplo n.º 1
0
 public string GetParseResult(params string[] args)
 {
     if (!args.Contains("--verbose"))
     {
         args = args.Concat(new[] { "--verbose" }).ToArray();
     }
     return(commandLineParserImplementation.GetParseResult(args));
 }
Exemplo n.º 2
0
 public string GetParseResult(params string[] args)
 {
     return(parser.GetParseResult(args));
 }