Adds the given arguments to the command input.
void addAll(Iterable<String> arguments) => _internalArguments.addAll(arguments);