Arguments
Abstract base class for a class containing a set of command arguments.
Subclass this, and make use of its extension functions in order to specify the commands for your argument. We recommend placing your subclasses within your Extension classes to avoid polluting your namespaces, but they can be wherever you like - as long as they're public.
Inheritors
Properties
List of Argument objects, which wrap converters.
During an autocomplete interaction, whether to try to fill the defined arguments from that event before calling the registered callback.
Functions
Add a CoalescingConverter argument to this set of arguments.
Add a DefaultingCoalescingConverter argument to this set of arguments.
Add a DefaultingConverter argument to this set of arguments.
Add a ListConverter argument to this set of arguments.
Add an OptionalCoalescingConverter argument to this set of arguments.
Add an OptionalConverter argument to this set of arguments.
Add a SingleConverter argument to this set of arguments.