Clean up cli help doc, add github and doc links

This commit is contained in:
Mike Farah
2021-07-09 14:58:09 +10:00
parent 21e2fdaea2
commit cae3d95fdc
5 changed files with 37 additions and 16 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package cmd
import "testing"
func TestGetVersionDisplay(t *testing.T) {
var expectedVersion = ProductName + " version " + Version
var expectedVersion = ProductName + " (https://github.com/mikefarah/yq/) version " + Version
if VersionPrerelease != "" {
expectedVersion = expectedVersion + "-" + VersionPrerelease
}