registerStandardCommands method
void
registerStandardCommands()
Implementation
void registerStandardCommands() {
//register(AFVersionCommand());
defineCommand(AFConfigCommand());
_defineGenerateCommand(hidden: false);
defineCommand(AFTestCommand());
defineCommand(AFHelpCommand());
defineCommand(AFIntegrateCommand());
defineCommand(AFRequireCommand(), hidden: true);
defineCommand(AFEchoCommand(), hidden: true);
}