mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
Port all special logic from original alias commands: - startCmdAlias: custom Args validation, startOnly logic, iface handling - stopCmdAlias: iface flag handling and argument passing - restartCmdAlias: simple delegation to restartCmd.RunE - reloadCmdAlias: simple delegation to reloadCmd.RunE - statusCmdAlias: simple delegation to statusCmd.RunE - uninstallCmdAlias: iface flag handling and argument passing All aliases now have exact same behavior as original implementation including proper flag inheritance and argument handling.