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
On a usage like ./build_recorder -o foo.out it segfaults.
./build_recorder -o foo.out
Logs:
$ ./build_recorder -o foo.out [1] 38241 segmentation fault (core dumped) ./build_recorder -o foo.out
The text was updated successfully, but these errors were encountered:
It's a simple fix, but I would like to work on this issue, along with adding a proper CLI usage help text.
Sorry, something went wrong.
Go ahead! Please use the indent profile stored in the repository. I'd also recommend adding it as a pre-commit git hook.
You may also add build instructions since you managed and an attendee asked us for it yesterday!
resyfer
No branches or pull requests
On a usage like
./build_recorder -o foo.out
it segfaults.Logs:
The text was updated successfully, but these errors were encountered: