CommandLineApplication.HelpOption(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::Extensions::CommandLineUtils::CommandOption ^ HelpOption(System::String ^ template);
public Microsoft.Extensions.CommandLineUtils.CommandOption HelpOption (string template);
member this.HelpOption : string -> Microsoft.Extensions.CommandLineUtils.CommandOption
Public Function HelpOption (template As String) As CommandOption
Parameters
- template
- String