solo-io / kubesquash

A debugger for Kubernetes applications.
228 stars 15 forks source link

feat: introduces version flag #14

Closed bartoszmajsak closed 5 years ago

bartoszmajsak commented 5 years ago

While playing with kubesquash I noticed that there is no simple way to know which version of the cli tool one is using. This PR brings --version flag which prints the $(VERSION) set by the Makefile.

In addition, it sets LDFLAGS in one place and re-uses them across the compilation targets.