LongArgument

fun <T> LongArgument(name: String, min: Long = Long.MIN_VALUE, max: Long = Long.MAX_VALUE, suggestion: SuggestionAction<T>? = null, action: ContextAction<T>? = null)

Parameters

name

Name of argument.

suggestion

Lambda expression for tab completion of its arguments.

min

The lowest possible value for this argument.

max

The highest possible value for this argument.

Check the following for the specifications of other arguments.