Table of Contents

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 = 2

Specifies that this command acts as the default command that is invoked if no command name is specified.

Help = 1

Specifies that this command acts as the default help provider.

None = 0

Specifies no special role.