You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
Yes, that should remain as a feature. Not sure what the best way to approach this may be. Maybe when executing a command, we can log it with the escape symbols, so like:
If the user uses a flag with a space in it, like:
The CommandExecutor will fail to run this command because the space is escaped (it will run
minikube start --vm-driver\ none
).We can resolve this by warning the user that they have a space in the flag or by automatically splitting this into two parts for the command list.
The text was updated successfully, but these errors were encountered: