run method
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();
}
Executes the list command.
It calls the listClients function to retrieve and display information about all available clones.
@override
Future<void> run() async {
listClients();
}