DotMake Command-Line Documentation
C#
Show/Hide TOC
Cli
Command
Builder
Build Method
Builds a
CliCommand
instance, populated with sub-commands, options, arguments and settings.
Definition
Namespace:
DotMake.CommandLine
Assembly:
DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
Copy
public
abstract
CliCommand
Build
()
Return Value
CliCommand
A populated
CliCommand
instance.
See Also
Reference
CliCommandBuilder Class
DotMake.CommandLine Namespace
In This Article
Definition
See Also