isVarargs

public boolean isVarargs()

Whether this definition consumes every remaining command-line token. Varargs arguments must be the final definition in an com.magmaguy.magmacore.command.AdvancedCommand.

addVarargsArgument and addOptionalVarargsArgument attach this metadata without requiring argument implementations to override it.