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
Fix/refactor version sub command to --version/-v pararms (#23)
* update sub command for user
* refactor(update): move verify logic from version to update package
* feat(update): add --verify flag to verify binary checksum
* feat(cli): add --version/-v flag to root command, remove version subcommand
* refactor(cli): delete version subcommand package
* docs: update commands.md for --version flag and update --verify
* fix(cli): resolve --version flag conflict with update --version
- Use manual PersistentFlag instead of cobra's cmd.Version to avoid
flag type conflict
- Rename update command's --version flag to --target
- Add ErrVersionRequested sentinel for clean exit handling
- Remove stale "version" from hidden flags list
0 commit comments