Application: mddocs
Generate command line help for .NET console application implemented using the 'CommandLineParser' package
mddocs commandlinehelp [--assembly|-a <VALUE>]
[--configurationFilePath|-c <VALUE>]
[--outdir|-o <VALUE>]
[--verbose|-v]
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. |
Path of the command line application assembly to generate documentation for.
Name: | assembly |
Short name: | a |
Position: | Named parameter |
Required: | No |
Default value: | None |
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 |
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 |
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