cirruslabs / tart

macOS and Linux VMs on Apple Silicon to use in CI and other automations
https://tart.run
Other
3.67k stars 103 forks source link

Improve rename error message #723

Closed noahsmartin closed 5 months ago

noahsmartin commented 5 months ago

This seems like the intention of the error message, it should show the name of the VM that you are trying to set as the new name.

If you run: tart rename firstVM secondVM

It currently prints: failed to rename VM firstVM, target VM firstVM already exists

Now it will print: failed to rename VM firstVM, target VM secondVM already exists

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

fkorotkov commented 5 months ago

Thank you, @noahsmartin! 🙌