Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.67 KB

index.md

File metadata and controls

26 lines (19 loc) · 1.67 KB

DemoProject Command Line Reference

Usage

An application to demonstrate how the generated command lien help looks like.
General usage information for the application can be specified by applying a [AssemblyUsage] attribute to the assembly.
This application is a "multi-command" application that provides multiple subcommands.
The application main page (this page) includes the application version, the usage information and a list of commands

Commands

Name Description
Command1 Documentation for the 'command1' subcommand. For every subcommand, a separate page will be generated. The command page includes the commands description (provided as 'HelpText' on the [Verb] attribute.)
Command2 Documentation for the 'command2' subcommand. This command has no parameters.

Documentation generated by MdDocs