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
* feat: add check updates command
* feat: run check_update on required commands
* review: added return value to check_updates
simplified check_updates command
fix: more user-friendly error message for check_updates on Config write
failure
* refactor: check updates macro -> function
* lint: cargo fmt
* review: remove extra clap comment
* feat: check for updates in background and print on next run
feat: check for updates in background and print on next run
remove updates check from init, link and run
move functions around in main.rs
* Add check to see if the cli has been updated
* fix: CI / Tests (Windows)
* fix: match try_parse() error handling behaviour with parse()
* nit: move tests below impl
* fix: compare_semver: handle different length versions
* chore: remove big comment
---------
Co-authored-by: Jake Runzer <jakerunzer@gmail.com>
0 commit comments