Hidden java (#2333)

This commit is contained in:
anqiansong
2022-08-30 23:54:36 +08:00
committed by GitHub
parent 422f401153
commit ce638d26d9

View File

@@ -64,9 +64,10 @@ var (
} }
javaCmd = &cobra.Command{ javaCmd = &cobra.Command{
Use: "java", Use: "java",
Short: "Generate java files for provided api in api file", Short: "Generate java files for provided api in api file",
RunE: javagen.JavaCommand, Hidden: true,
RunE: javagen.JavaCommand,
} }
ktCmd = &cobra.Command{ ktCmd = &cobra.Command{