共用方式為


CommandLineBuilderExtensions.EnableDirectives 方法

定義

可讓剖析器辨識命令行指示詞。

public static System.CommandLine.Builder.CommandLineBuilder EnableDirectives (this System.CommandLine.Builder.CommandLineBuilder builder, bool value = true);
static member EnableDirectives : System.CommandLine.Builder.CommandLineBuilder * bool -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function EnableDirectives (builder As CommandLineBuilder, Optional value As Boolean = true) As CommandLineBuilder

參數

builder
CommandLineBuilder

命令行產生器。

value
Boolean

如果設定為 true,則會啟用 指示詞。 否則,它們會像任何其他令牌一樣剖析。

傳回

的相同實例 CommandLineBuilder

適用於

另請參閱