ListClientsCommand constructor
ListClientsCommand()
Implementation
ListClientsCommand() {
argParser.addFlag(
'json',
negatable: false,
help: 'Print clients as JSON (for editor integrations and scripts).',
);
}