Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 3.74 KB

commandlinehelp.md

File metadata and controls

88 lines (64 loc) · 3.74 KB

commandlinehelp Command

Application: mddocs

Generate command line help for .NET console application implemented using the 'CommandLineParser' package

Usage

mddocs commandlinehelp [--assembly|-a <VALUE>]
                       [--configurationFilePath|-c <VALUE>]
                       [--outdir|-o <VALUE>]
                       [--verbose|-v]

Parameters

Name Short Name Description
assembly a Path of the command line application assembly to generate documentation for.
configurationFilePath c The path of the configuration file to use. If no configuration file is specified, default settings are used.
outdir o Path of the directory to write the documentation to. If the output directory already exists, all files in the output directory will be deleted.
verbose v Show more detailed log output.

assembly Parameter

Path of the command line application assembly to generate documentation for.

Name: assembly
Short name: a
Position: Named parameter
Required: No
Default value: None

configurationFilePath Parameter

The path of the configuration file to use. If no configuration file is specified, default settings are used.

Name: configurationFilePath
Short name: c
Position: Named parameter
Required: No
Default value: None

outdir Parameter

Path of the directory to write the documentation to. If the output directory already exists, all files in the output directory will be deleted.

Name: outdir
Short name: o
Position: Named parameter
Required: No
Default value: None

verbose Parameter

Show more detailed log output.

Name: verbose
Short name: v
Position: None (Switch Parameter)
Required: No (Switch Parameter)
Default value: false

Documentation generated by MdDocs