Interface ICommandlineArgument
Interface for a command line argument
Namespace: Ubiquity.CommandlineParsing
Assembly: Ubiquity.CommandlineParsing.dll
Syntax
public interface ICommandlineArgument
Remarks
An argument is either positional or a switch/option. This interface provides the basic functionality required for either type, which is just a single property to get the text of the original input.
Properties
Text | Gets the full text of argument |