run method

  1. @override
Future<void> run()
override

Executes the list command.

It calls the listClients function to retrieve and display information about all available clones.

Implementation

@override
Future<void> run() async {
  listClients();
}