Interface Parameter

All Known Subinterfaces:
Parameter.Multi, Parameter.Subcommand, Parameter.Value<T>

public interface Parameter
Defines how an element of a command argument string should be parsed.

Parameters that parse input and return an object into the CommandContext should be of type Parameter.Value in order to maximize type safety. However, there are also other important ways that parameters can be used:

Parameters are intended for use with Command.Builders.