addVarargsArgument

protected void addVarargsArgument(String key, ICommandArgument arg)

Register a required trailing argument which consumes one or more input tokens. Use this for commands read through getStringSequenceArgument; bounded arguments registered with addArgument continue to reject excess input.