Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limactl shell working directory switching is not Windows host aware #3164

Open
arixmkii opened this issue Jan 27, 2025 · 1 comment
Open

Comments

@arixmkii
Copy link

Description

There is no path conversion for default cd chain

hostCurrentDir, err := os.Getwd()
when limactl shell is invoked. The code will do nothing useful, but would print useless errors every time starting shell. It is not fatal, but definitely can be improved.

I don't have specific expectation right now - posting it to have a discussion what could be improved or if the path should just be disabled for this specific platform.

@arixmkii
Copy link
Author

I'm open to work on a PR, when the acceptable solution is outlined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants