mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-27 12:52:27 +02:00
2d6fea19a6
Create separate file for clients command handling to improve code organization. Add ClientsCommand struct with ListClients method that includes all original logic: service status checks, HTTP requests, source mapping, metrics handling, and table formatting. Includes InitClientsCmd function that creates proper command hierarchy with clients parent command and list sub-command.