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
--no-color
Segmentation fault: 11
Hi
I was trying to use the --no-color arguments but is failing with Segmentation fault: 11. My setup: macOS 11.6.1 with an Apple M1.
I did a little debugging and I pinned down to the options variable in main being static. If you remove that or comment these lines it works, not sure what the actual problem may be.
options
main
static
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I was trying to use the
--no-color
arguments but is failing withSegmentation fault: 11
. My setup: macOS 11.6.1 with an Apple M1.I did a little debugging and I pinned down to the
options
variable inmain
beingstatic
. If you remove that or comment these lines it works, not sure what the actual problem may be.The text was updated successfully, but these errors were encountered: