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

@@ -66,6 +66,7 @@ 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",
Hidden: true,
RunE: javagen.JavaCommand, RunE: javagen.JavaCommand,
} }