使用英语阅读

通过


ParserExtensions.Parse(Parser, String) 方法

定义

分析命令行字符串。

public static System.CommandLine.Parsing.ParseResult Parse (this System.CommandLine.Parsing.Parser parser, string commandLine);

参数

parser
Parser
commandLine
String

返回

注解

命令行字符串输入将拆分为标记,就像在命令行上传递一样。

适用于