CliNamePrefixConvention Enum
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Defines the prefix conventions to use for option names and aliases.
public enum CliNamePrefixConvention
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 |
Option name is kept as it is (not prefixed). |
| SingleHyphen | 1 |
Option name is prefixed with one hyphen ( |
| DoubleHyphen | 2 |
Option name is prefixed with two hyphens ( |
| ForwardSlash | 3 |
Option name is prefixed with a forward slash ( |