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
I think it depends on your shell. I have the same issue with sh and bash but not with zsh.
From what I gather here and there, it seems expected to wrap $@ in quotes. As zk is forwarding the alias to the shell as if it was run in a shell script, I don't think it should be too smart and auto-wrap $@. That might be unexpected and break other use cases.
It could be worth mentioning in the documentation though.
This works
But the following does not:
Config:
Command and error:
It seems when using an alias that a value containing spaces, even within quotation marks, is interpreted as separate arguments.
I have this in env:
The text was updated successfully, but these errors were encountered: