Adds the given argument to the command input.
void add(String argument) => _internalArguments.add(argument);