ZSH and Rake Parameters
If you are using ZSH and trying to pass a parameter into a task:
1
| |
or
1
| |
you may be getting an error that says:
1
| |
To solve this issue I had to add the following alias to my .zshrc file:
1
| |
If you are using ZSH and trying to pass a parameter into a task:
1
| |
or
1
| |
you may be getting an error that says:
1
| |
To solve this issue I had to add the following alias to my .zshrc file:
1
| |