RootCommand(String) 构造函数

定义

public RootCommand (string description = "");
new System.CommandLine.RootCommand : string -> System.CommandLine.RootCommand
Public Sub New (Optional description As String = "")

参数

description
String

命令的说明,显示在帮助中。

适用于