add a message of removal for gateway and hide the command (#15965)

This commit is contained in:
Harshavardhana
2022-10-28 14:11:20 -07:00
committed by GitHub
parent 71954faa3a
commit 6e4acf0504
3 changed files with 25 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ func newApp(name string) *cli.App {
// Register all commands.
registerCommand(serverCmd)
registerCommand(gatewayCmd) // hidden kept for guiding users.
// Set up app.
cli.HelpFlag = cli.BoolFlag{