-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Invalid option for read
command in taskfile
#314
Comments
Hi @GrzegorzMatuszakTSH, and thanks for opening this issue! This is currently not implemented on the shell interpreter library we use. I just opened an issue there to track the progress: mvdan/sh#551. |
For now, you should be able to use the |
Thank you for the explanation. As you suggested I changed the script to use |
The support for I'm waiting for the new release so we can update the lib here and ship for everyone, but I'll already close this issue so it isn't forgot open. |
I'm moving commands from makefile to taskfile.
I have this command in my makefile (works):
When I run it using taskfile I get error
read: invalid option "-p"
I tried many options without success.
Is a
read
available in taskfile?I'm out of idea how to migrate this command.
The text was updated successfully, but these errors were encountered: