tpluscode commented on issue #1862:
URL: https://github.com/apache/jena/issues/1862#issuecomment-1532500046

   I see. Some CLI tools allow variadic arguments and of they are not last, 
they would be delimited by a double dash
   
   ```diff
   -arq --data data/1.ttl --data data/2.ttl "SELECT (Count(*) AS ?C) { ?s ?p ?o 
}"
   +arq --data data/*.ttl -- "SELECT (Count(*) AS ?C) { ?s ?p ?o }"
   ```


-- 
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]

Reply via email to