Enum CommandRole
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
Specifies the role of a command in the runtime system.
public enum CommandRole
- Extension Methods
Fields
Default = 2Specifies that this command acts as the default command that is invoked if no command name is specified.
Help = 1Specifies that this command acts as the default help provider.
None = 0Specifies no special role.