mix claude_code.uninstall (ClaudeCode v0.21.0)
View SourceRemoves the bundled Claude CLI binary.
Usage
mix claude_code.uninstallThis removes the CLI binary from priv/bin/ (or the configured :cli_dir).
It does not affect globally installed CLIs (:global or explicit path configurations).
Examples
# Remove the bundled CLI
mix claude_code.uninstallReinstalling
To reinstall after uninstalling:
mix claude_code.install