Definition
Assembly: CloudNimble.DotNetDocs.Tools.dll Namespace: CloudNimble.DotNetDocs.Tools.Commands Inheritance: CloudNimble.DotNetDocs.Tools.Commands.Base.DocsCommandBaseSyntax
Summary
Represents the root command for the DotNetDocs command-line interface (CLI) application.Remarks
This command serves as the entry point for the DotNetDocs CLI and provides access to subcommands such as build and add. When invoked without a subcommand or with insufficient arguments, it displays help information describing available commands and usage.Constructors
.ctor
Syntax
Methods
OnExecute
Displays the help information for the specified command-line application.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
app | McMaster.Extensions.CommandLineUtils.CommandLineApplication | The command-line application for which to display help information. Cannot be null. |
Returns
Type:int
Always returns 0 after displaying the help information.