Expand description
Self-update functionality for the rx CLI
Detects installation method and updates appropriately:
- pip: delegates to
pip install --upgrade rx-pro - cargo: delegates to
cargo install pro-cli - binary: downloads latest from GitHub releases
Structs§
- Release
Info - Release information from GitHub
- Self
Updater - Self-updater for the rx CLI
Enums§
- Install
Method - How rx was installed