uhd-urz / elAPI

An extensible API client for eLabFTW
GNU Affero General Public License v3.0
5 stars 0 forks source link

Add version command - [merged] #73

Closed alexander-haller closed 4 months ago

alexander-haller commented 11 months ago

In GitLab by @mhxion on Dec 7, 2023, 02:00

Merges minor-improvements -> dev

Some minor improvement are added with this PR.

version command

We add an elapi version command that will show elapi version from the VERSION file. We name it version instead of --version following elabctl.

$ elapi version
elapi 1.0.2

elapi without arguments

With this PR, running elapi without any argument will show the default help message. Before elapi would show a missing command error!

$ elapi

elapi help message...
alexander-haller commented 11 months ago

In GitLab by @mhxion on Dec 7, 2023, 02:01

requested review from @alexander-haller

alexander-haller commented 11 months ago

approved this merge request