Adds a command to the arguments
void addCommand(String command, String value) { _arguments.add('--$command $value'); }