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
#49 added support for input files via the -input-file flag. Multiple instances of -input-file flag are not supported. This should be supported
Using multiple -input-file flags should result in all inputs from all listed files being used.
All except the last input file are ignored.
`abc v0.2.1 (HEAD, linux/amd64)`
No response
The text was updated successfully, but these errors were encountered:
feat: support multi input files (#261)
9e69ab8
fixes #260
Successfully merging a pull request may close this issue.
TL;DR
#49 added support for input files via the -input-file flag. Multiple instances of -input-file flag are not supported. This should be supported
Expected behavior
Using multiple -input-file flags should result in all inputs from all listed files being used.
Observed behavior
All except the last input file are ignored.
Environment Details
Additional information
No response
The text was updated successfully, but these errors were encountered: