SmartDataAnalytics / RdfProcessingToolkit

Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV and XML using function extensions
https://smartdataanalytics.github.io/RdfProcessingToolkit/
Other
40 stars 3 forks source link

--version option is missing #12

Closed seebi closed 4 years ago

seebi commented 4 years ago

rpt --version should give a useful out

Aklakan commented 4 years ago

Totally agree (alias --version works as well)


➜  ~ rpt -v
1.0.7-SNAPSHOT built at 2020-09-09 19:45

➜  ~ ngs -v
1.0.7-SNAPSHOT built at 2020-09-09 19:45

➜  ~ sbs -v
1.0.7-SNAPSHOT built at 2020-09-09 19:45

➜  ~ sparql-integrate -v
1.0.7-SNAPSHOT built at 2020-09-09 19:45
``