We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
After moving to the M1 Mac, the -B argument stopped working.
Example of how I'm using yo (works on Intel Mac):
yo.app/Contents/MacOS/yo -t 'Time to check for updates' -s 'Ready to do it now?' -o No -b Yes -B "/path/to/script.sh"
The same exact thing doesn't work on M1 Mac. I even rebuilt yo to be native Apple Silicone.
Tried doing this as a test — no test.txt file created
/path/to/yo.app/Contents/MacOS/yo -t 'Time to check for updates' -s 'Ready to do it now?' -o No -b Yes -B "touch ~/Desktop/text.txt"
Is there a fix (or at least a workaround)?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
After moving to the M1 Mac, the -B argument stopped working.
Example of how I'm using yo (works on Intel Mac):
yo.app/Contents/MacOS/yo -t 'Time to check for updates' -s 'Ready to do it now?' -o No -b Yes -B "/path/to/script.sh"
The same exact thing doesn't work on M1 Mac. I even rebuilt yo to be native Apple Silicone.
Tried doing this as a test — no test.txt file created
/path/to/yo.app/Contents/MacOS/yo -t 'Time to check for updates' -s 'Ready to do it now?' -o No -b Yes -B "touch ~/Desktop/text.txt"
Is there a fix (or at least a workaround)?
Thanks!
The text was updated successfully, but these errors were encountered: