afBootstrapCommandMain function
The function called from the afib_bootstrap command.
Implementation
Future<void> afBootstrapCommandMain(AFDartParams paramsD, AFArgs args) async {
await _afCommandMain(paramsD, args, "afib_bootstrap", "Command used to create new afib projects", null, null, [
_afRegisterBootstrapCommands
], null);
}