DotMake Command-Line Documentation
C#
Show/Hide TOC
ICli
Add
Completions Interface
An interface to add custom completions for options and arguments in a command class.
Definition
Namespace:
DotMake.CommandLine
Assembly:
DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
Copy
public
interface
ICliAddCompletions
Methods
AddCompletions
This method will be called for every option and argument, you should switch according to the property name which corresponds to the option or argument whose completions will be modified.
See Also
Reference
DotMake.CommandLine Namespace
In This Article
Definition
Methods
See Also