Method Command
Command(String, Action<CommandLineApplication>, Boolean)
Declaration
public virtual CommandLineApplication Command(string name, Action<CommandLineApplication> configuration, bool throwOnUnexpectedArg = true)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Action<CommandLineApplication> | configuration | |
System.Boolean | throwOnUnexpectedArg |
Returns
Type | Description |
---|---|
CommandLineApplication |