The arguments for the command.
@override List<String> get args => [ projectName, '--template=$template', if (shouldForce) '--force', shouldRunPubGet ? '--pub' : '--no-pub', ];