Table of Contents

Enum CommandOptions

Namespace
Dassie.Extensions
Assembly
dc.dll

Specifies options for compiler commands.

[Flags]
public enum CommandOptions
Extension Methods

Fields

Hidden = 1

The command is hidden; that is, it does not appear in the list of available commands.

NoDirectInvocation = 4

If set, the command system does not allow invoking this command by name through the command line.

NoHelpRouting = 2

If set, the command system does not route invocations of the command with "--help" arguments to the standard command help system.

None = 0

No options set.