afBootstrapCommandMain function

Future<void> afBootstrapCommandMain(
  1. AFDartParams paramsD,
  2. AFArgs args
)

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);
}