execute method

Future<void> execute()

execute command

Implementation

Future<void> execute() async {
  // if (commandName != 'init' && commandName != 'project') {
  //   await ShellUtils.buildX();
  // }
}