openneuropet / PET2BIDS

PET2BIDS helps you convert your PET data into BIDS! raw PET scanner files (e.g. ecat, dicom) and additional side files like .e.g excel sheets -- paper @JOSS https://doi.org/10.21105/joss.06067
https://pet2bids.readthedocs.io
MIT License
25 stars 20 forks source link

Expose version information through CLI #290

Closed liningpan closed 5 months ago

liningpan commented 5 months ago

Describe the bug It is typical for CLI tools to expose version information for reproducibility and traceability. However, as far as I can tell this feature is currently unavailable in this project.

Expected behaviour

ecatpet2bids -v
ecatpet2bids --version
bendhouseart commented 5 months ago

PR #292 closes this.