From bdce41caabdbd948ef830b83a251e64c19e14fe7 Mon Sep 17 00:00:00 2001 From: Tanner Stirrat Date: Fri, 3 Jan 2025 13:35:36 -0700 Subject: [PATCH] Undo changes to schema command --- internal/cmd/schema.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/cmd/schema.go b/internal/cmd/schema.go index 6852321..f8122c0 100644 --- a/internal/cmd/schema.go +++ b/internal/cmd/schema.go @@ -35,9 +35,6 @@ func registerAdditionalSchemaCmds(schemaCmd *cobra.Command) { schemaWriteCmd.Flags().String("schema-definition-prefix", "", "prefix to add to the schema's definition(s) before writing") schemaCmd.AddCommand(schemaDiffCmd) - - schemaCmd.AddCommand(schemaCompileCmd) - schemaCompileCmd.Flags().StringP("out", "o", "", "output file relative path") } var schemaWriteCmd = &cobra.Command{