aligator / GoSlice

This is an experimental slicer for 3d printing written in Go also usable as modular slicing lib.
Apache License 2.0
99 stars 16 forks source link

Version command #27

Closed aligator closed 3 years ago

aligator commented 3 years ago

A --version command as described in #26

aligator commented 3 years ago

I added a makefile which includes the version as ldflag.

dominikbraun commented 3 years ago

A --version command as described in #26

Should it be a version command or a --version flag?

aligator commented 3 years ago

As i currently use no commands and as all unix tools use --version: use --version and maybe the alias -v

But check it before everything else, only show the version and exit.