arcalot / arcaflow-engine

Arcaflow is a highly-portable workflow engine enabling modular and validated pipelines through containerized plugins.
https://arcalot.io/arcaflow/
Apache License 2.0
6 stars 9 forks source link

Add version output to arcaflow command #66

Closed dustinblack closed 1 year ago

dustinblack commented 1 year ago

Please describe what you would like to see in this project

The arcaflow command should report its version at minimum with the --version flag, but also best as part of the help output.

ghost commented 1 year ago

Note to self: this can be done by overriding built-in variables with the -X ldflag setting through goreleaser.

ghost commented 1 year ago

69 implements this.