mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
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.