Expand description
CLI install, uninstall, and self-update procedure implementations.
These functions are invoked by super::process_cli when the user runs
install/uninstall/self-update subcommands. Each follows a
prompt-confirm-execute-report pattern and is the only place in the codebase
that uses blocking stdin reads.
Functionsยง
- install_
integrations_ cli - Install both shaders and shell integration (CLI version)
- install_
shaders_ cli - Install shaders from the latest GitHub release (CLI version with prompts and output)
- install_
shell_ integration_ cli - Install shell integration for the specified or detected shell (CLI version)
- self_
update_ cli - Self-update par-term to the latest version (CLI version)
- uninstall_
shaders_ cli - Uninstall shaders using manifest (CLI version)
- uninstall_
shell_ integration_ cli - Uninstall shell integration (CLI version)