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

Support reading from multiple files #157

Open
skeggse opened this issue Sep 29, 2021 · 2 comments
Open

Support reading from multiple files #157

skeggse opened this issue Sep 29, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@skeggse
Copy link

skeggse commented Sep 29, 2021

error: The argument '--file <file>' was provided more than once, but cannot be used multiple times

USAGE:
    agrind --file <file> <query>

For more information try --help

If you've got a collection of log files, it can be nice to not have to concatenate them first (and might work well with concurrent parsing to avoid a linearization bottleneck?)

@rcoh
Copy link
Owner

rcoh commented Sep 30, 2021

reasonable feature, I think.

@rcoh rcoh added enhancement New feature or request good first issue Good for newcomers labels Sep 30, 2021
@rcoh
Copy link
Owner

rcoh commented Sep 30, 2021

fyi, parsing is single threaded at the moment, the full input stream is deterministically ordered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants