removeCommand function

Future<void> removeCommand(
  1. String name
)

Implementation

Future<void> removeCommand(String name) async => await removeProject(name);