parse

open fun parse(source: <Error class: unknown class>, args: <Error class: unknown class>, context: <Error class: unknown class>)

Attempt to extract a value for this element from the given arguments and put it in the given context. This method normally delegates to .parseValue for getting the values. This method is expected to have no side-effects for the source, meaning that executing it will not change the state of the CommandSource in any way.

Parameters

source

The source to parse for

args

The args to extract from

context

The context to supply to

Throws

ArgumentParseException

if unable to extract a value