Closed alexander-haller closed 4 months ago
In GitLab by @mhxion on Dec 7, 2023, 02:00
Merges minor-improvements -> dev
Some minor improvement are added with this PR.
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
VERSION
version
--version
elabctl
$ elapi version elapi 1.0.2
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...
In GitLab by @mhxion on Dec 7, 2023, 02:01
requested review from @alexander-haller
approved this merge request
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 theVERSION
file. We name itversion
instead of--version
followingelabctl
.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!