Skip to content
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

Add example output files. #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alliepiper
Copy link
Collaborator

Adds samples of --list, --md, --json, and --csv for each example.

Fixed a race condition where calling std::exit(0) in the parser
was skipping ofstream destructors. Some files were never flushed/closed,
resulting in empty output files.

Adds samples of `--list`, `--md`, `--json`, and `--csv` for each example.

Fixed a race condition where calling `std::exit(0)` in the parser
was skipping ofstream destructors. Some files were never flushed/closed,
resulting in empty output files.
@alliepiper alliepiper added type: enhancement New feature or request. P2: nice to have Desired, but not necessary. labels Dec 19, 2021
@alliepiper alliepiper linked an issue Dec 19, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2: nice to have Desired, but not necessary. type: enhancement New feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add sample outputs for each example
2 participants