1
0
mirror of https://github.com/regclient/regclient.git synced 2025-04-18 22:44:00 +03:00
Brandon Mitchell 288f2c3da0
Chore: Refactor cobra commands
This helps align the different commands with each other.
- Variable names have been improved to be less confusing.
- Flags have been sorted, and completion options added on some flags where missing.
- Each command creates its own options to avoid default flag value conflicts.
- Reusing a command under two paths is now done by calling that commands "new" function.
- Global-but-not-really-global options have been moved to be associated with the specific commands that use them.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-02-27 11:07:58 -05:00
..
2024-11-11 13:24:54 -05:00
2025-02-27 11:07:58 -05:00
2025-02-27 11:07:58 -05:00