registerBootstrapCommands method
void
registerBootstrapCommands()
Implementation
void registerBootstrapCommands() {
defineCommand(AFHelpCommand());
defineCommand(AFVersionCommand());
defineCommand(AFCreateAppCommand());
defineCommand(AFSmoketestCommand());
_defineGenerateCommand(hidden: true);
defineCommand(AFRequireCommand(), hidden: true);
defineCommand(AFIntegrateCommand(), hidden: true);
defineCommand(AFEchoCommand(), hidden: true);
}