Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: grpc/cmd/rpc/main.go

Issue 2503583002: Hide advanced commands from cipd client help. (Closed)
Patch Set: address comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « deploytool/cmd/luci_deploy/main.go ('k') | logdog/client/cli/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grpc/cmd/rpc/main.go
diff --git a/grpc/cmd/rpc/main.go b/grpc/cmd/rpc/main.go
index c05db653624ef30c23608c7c20bea699eb1fc6d2..1dd0ab88c986aebc6a5a8df294cbfe654ec84a66 100644
--- a/grpc/cmd/rpc/main.go
+++ b/grpc/cmd/rpc/main.go
@@ -120,8 +120,8 @@ var application = &cli.Application{
cmdCall,
cmdShow,
cmdFmt,
- authcli.SubcommandLogin(auth.Options{}, "login"),
- authcli.SubcommandLogout(auth.Options{}, "logout"),
+ authcli.SubcommandLogin(auth.Options{}, "login", false),
+ authcli.SubcommandLogout(auth.Options{}, "logout", false),
subcommands.CmdHelp,
},
}
« no previous file with comments | « deploytool/cmd/luci_deploy/main.go ('k') | logdog/client/cli/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698