在命令行的后面追加一个开关,但不尝试在开关参数的两侧加上引号。
Appends the command line with a switch, without attempting to encapsulate the switch parameters with quotation marks.
在命令行的后面追加一个采用字符串参数数组的开关,但不尝试在开关参数的两侧加上引号。
Appends the command line with a switch that takes an array of string parameters, without attempting to encapsulate switch parameters with quotation marks.
在命令行的后面追加一个采用单个字符串参数的开关,但不尝试在开关参数的两侧加上引号。
Appends the command line with a switch that takes a single string parameter, without attempting to encapsulate the switch parameter with quotation marks.
So in general, when you're running command line programs, they can take input or arguments or parameters or switches or flags.
一般而言,当你运行命令行程序时,可以把把这些当做输入,像什么参数啊,或开关啊,或标志啊等等。
应用推荐