Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jul 25, 2023
1 parent 05e47cb commit 4b4ca3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ It can be used to export, import, or sync entities to Kong.`,
fileCmd.AddCommand(newMergeCmd())
fileCmd.AddCommand(newPatchCmd())
fileCmd.AddCommand(newOpenapi2KongCmd())
// fileCmd.AddCommand(newConvertCmd())
// fileCmd.AddCommand(newValidateCmd()) // alias; since this does both file+online
fileCmd.AddCommand(newFileRenderCmd())
}
return rootCmd
Expand Down

0 comments on commit 4b4ca3d

Please sign in to comment.