Enum CommandOptions
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
Specifies options for compiler commands.
[Flags]
public enum CommandOptions
- Extension Methods
Fields
Hidden = 1The command is hidden; that is, it does not appear in the list of available commands.
NoDirectInvocation = 4If set, the command system does not allow invoking this command by name through the command line.
NoHelpRouting = 2If set, the command system does not route invocations of the command with "--help" arguments to the standard command help system.
None = 0No options set.