mirror of
https://github.com/regclient/regclient.git
synced 2025-04-18 22:44:00 +03:00
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>