Add schema to the root, fix test coverage #87

Merged
metal3d merged 7 commits from develop into master 2024-11-26 16:55:46 +00:00
Showing only changes of commit 921eaff367 - Show all commits

View File

@@ -233,7 +233,7 @@ func generateVersionCommand() *cobra.Command {
Use: "version", Use: "version",
Short: "Print the version number of Katenary", Short: "Print the version number of Katenary",
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
println(generator.GetVersion()) fmt.Println(generator.GetVersion())
}, },
} }
} }