Table of Contents

Enum ArgumentType

Namespace
MASES.CLIParser
Assembly
MASES.CLIParser.dll

Represent the argument format

public enum ArgumentType

Fields

Double = 2

Represents an argument whose value is the next command-line argument

KeyValue = 1

It is a key-value pair

Single = 0

It is a single value