InitCommand constructor
InitCommand()
Implementation
InitCommand() {
argParser.addOption(
'app-name',
help: 'The application name used in configuration',
defaultsTo: 'morpheme',
valueHelp: 'name',
);
argParser.addOption(
'application-id',
help: 'The base application identifier (reverse domain notation)',
defaultsTo: 'design.morpheme',
valueHelp: 'com.example.app',
);
}