共用方式為


CommandLineBuilderExtensions.UseParseDirective 方法

定義

啟用指示詞的使用 [parse] ,該指示詞會在命令行上指定時縮短正常命令處理,並顯示說明命令行輸入剖析結果的圖表。

public static System.CommandLine.Builder.CommandLineBuilder UseParseDirective (this System.CommandLine.Builder.CommandLineBuilder builder, int? errorExitCode = default);
static member UseParseDirective : System.CommandLine.Builder.CommandLineBuilder * Nullable<int> -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function UseParseDirective (builder As CommandLineBuilder, Optional errorExitCode As Nullable(Of Integer) = Nothing) As CommandLineBuilder

參數

builder
CommandLineBuilder

命令行產生器。

errorExitCode
Nullable<Int32>

如果剖析結果包含錯誤,則會在進程結束時使用此結束代碼。

傳回

的相同實例 CommandLineBuilder

適用於