Cleaned up documentation and development artifcats in advance of release
This commit is contained in:
10
internal/cli/root_test.go
Normal file
10
internal/cli/root_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package cli
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestRootCommandDefaultsVersionToDev(t *testing.T) {
|
||||
cmd := NewRootCommand()
|
||||
if cmd.Version != "dev" {
|
||||
t.Fatalf("version = %q, want dev", cmd.Version)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user