Closed lapo-luchini closed 2 months ago
I often install using go install github.com/walles/moar@latest and while one can use go version -m <binary> it bothers me not to have a working moar --version, this should fix it.
go install github.com/walles/moar@latest
go version -m <binary>
moar --version
As suggested to me on the Fediverse.
Good call, thanks for the patch @lapo-luchini! :)
Yay! 🎉
% go install github.com/walles/moar@latest % moar -version v1.27.0
Thanks for confirming @lapo-luchini!
I often install using
go install github.com/walles/moar@latest
and while one can usego version -m <binary>
it bothers me not to have a workingmoar --version
, this should fix it.As suggested to me on the Fediverse.