mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-15 00:50:25 +02:00
0ab51cdad7
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.