次の方法で共有


HelpAction クラス

定義

コマンド ライン ヘルプを提供します。

public ref class HelpAction sealed : System::CommandLine::Invocation::SynchronousCommandLineAction
public sealed class HelpAction : System.CommandLine.Invocation.SynchronousCommandLineAction
type HelpAction = class
    inherit SynchronousCommandLineAction
Public NotInheritable Class HelpAction
Inherits SynchronousCommandLineAction
継承

コンストラクター

名前 説明
HelpAction()

コマンド ライン ヘルプを提供します。

プロパティ

名前 説明
ClearsParseErrors

コマンド ライン ヘルプを提供します。

MaxWidth

ヘルプ出力をラップする最大文字数を取得または設定します。

Terminating

アクションがコマンド ライン呼び出しを終了し、以降のアクションがスキップされることを示します。

(継承元 CommandLineAction)

メソッド

名前 説明
Invoke(ParseResult)

コマンド ラインで関連付けられているシンボルが呼び出されたときにアクションを実行します。

適用対象