Skip to content

Commit

Permalink
Undo changes to schema command
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Jan 3, 2025
1 parent 49bfde8 commit bdce41c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/cmd/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit bdce41c

Please sign in to comment.