addCommand function

Future<void> addCommand(
  1. String path
)

Implementation

Future<void> addCommand(String path) async => await addProject(path);