InitCommand constructor
InitCommand(
- Tuneup tuneup
Implementation
InitCommand(Tuneup tuneup) : super(tuneup, 'init', 'create a new project') {
argParser.addFlag('override',
negatable: false, help: 'Force generation of the sample project.');
}