mix claude_code.uninstall (ClaudeCode v0.21.0)

View Source

Removes the bundled Claude CLI binary.

Usage

mix claude_code.uninstall

This 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.uninstall

Reinstalling

To reinstall after uninstalling:

mix claude_code.install