feat: add debug mode for higress (#753)

Signed-off-by: sjcsjc123 <1401189096@qq.com>
This commit is contained in:
SJC
2024-01-08 10:19:39 +08:00
committed by GitHub
parent 4273bf573a
commit 1f7e98cef5
3 changed files with 340 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ func GetRootCommand() *cobra.Command {
rootCmd.AddCommand(newManifestCmd())
rootCmd.AddCommand(plugin.NewCommand())
rootCmd.AddCommand(newCompletionCmd(os.Stdout))
rootCmd.AddCommand(newCodeDebugCmd())
return rootCmd
}