pub const UPDATE_HELP: &str = "\
Upgrade claudex in place when installed by install.sh. For other install
sources the command prints the right upgrade recipe and exits:
Nix: nix profile upgrade claudex (or flake update)
cargo: cargo install claudex-cli --version X.Y.Z --force
Homebrew: brew upgrade claudex
pacman (AUR): paru -Syu claudex-bin (or yay / vanilla pacman)
The latest tag is resolved by following the /releases/latest redirect, so
this command does not hit api.github.com and cannot be rate-limited.
Examples:
claudex update --check
claudex update
claudex update --version v0.2.0 --force";