tpluscode opened a new issue, #1862: URL: https://github.com/apache/jena/issues/1862
### Version 4.8.0 ### Feature When executing queries with `arq` it is possible to provide multiple input files by repeating the `--data` option This is a not shell-friendly, where I would like to glob a path to load multiple sources in one go ``` arq --query test.rq --data data/*.ttl ``` To make that work, it would be necessary to allow multiple values of `--data` ``` arq --query test.rq --data data/1.ttl data/2.ttl data/3.ttl ``` Can this be implemented? ### Are you interested in contributing a solution yourself? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
