You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use distinct constants for CLI subcommand names
- Replaced hardcoded strings with specific constants to improve maintainability.
- Split shared command values (e.g., "add") into domain-specific constants
(e.g., UsersAddCmdName, GroupsAddCmdName) to better reflect the logical
context, even where the underlying string values are identical.
- No changes to existing functionality; the CLI interface remains unchanged.
0 commit comments