runNormalInit function

void runNormalInit()

Runs the normal init command alias.

Implementation

void runNormalInit() {
  runInit(architectureType: 'normal');
}