Skip to content

fix(unuse): allow unusing any version if version not specified - #4944

Merged
jdx merged 2 commits into
mainfrom
unuse-fix
Apr 26, 2025
Merged

fix(unuse): allow unusing any version if version not specified#4944
jdx merged 2 commits into
mainfrom
unuse-fix

Conversation

@jdx

@jdx jdx commented Apr 26, 2025

Copy link
Copy Markdown
Owner

Fixes #4933

Comment thread src/cli/unuse.rs

/// Remove tool from global config
#[clap(short, long)]
global: bool,

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this wasn't used and doesn't make sense I don't think

@jdx
jdx enabled auto-merge (squash) April 26, 2025 12:52
@jdx
jdx merged commit 18af84d into main Apr 26, 2025
@jdx
jdx deleted the unuse-fix branch April 26, 2025 13:06
jdx pushed a commit that referenced this pull request Apr 26, 2025
### 🚀 Features

- **(registry)** add `cli53` backend by
[@garysassano](https://github.com/garysassano) in
[#4937](#4937)
- pipx custom repository url by [@acesyde](https://github.com/acesyde)
in [#4945](#4945)

### 🐛 Bug Fixes

- **(hook-env)** path order by [@jdx](https://github.com/jdx) in
[#4946](#4946)
- **(unuse)** allow unusing any version if version not specified by
[@jdx](https://github.com/jdx) in
[#4944](#4944)
- Always use env::MISE_BIN when calling mise from itself by
[@hverlin](https://github.com/hverlin) in
[#4943](#4943)

### 📚 Documentation

- remove outdated note about automatic shim activation with Scoop by
[@jgutierrezre](https://github.com/jgutierrezre) in
[#4941](#4941)

### Chore

- checkout for homebrew bump by [@jdx](https://github.com/jdx) in
[6d7b0f6](6d7b0f6)
- mise.lock by [@jdx](https://github.com/jdx) in
[05c9a24](05c9a24)
- updated deps by [@jdx](https://github.com/jdx) in
[ac5cf5d](ac5cf5d)

### New Contributors

- @garysassano made their first contribution in
[#4937](#4937)
- @jgutierrezre made their first contribution in
[#4941](#4941)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unuse does not recurse up to global

1 participant