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

Unified Diff: deploytool/cmd/luci_deploy/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 | « client/cmd/swarming/main.go ('k') | grpc/cmd/rpc/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deploytool/cmd/luci_deploy/main.go
diff --git a/deploytool/cmd/luci_deploy/main.go b/deploytool/cmd/luci_deploy/main.go
index cd50478aa798595ace49fb3fb8f4278c6b9c1934..3a070514b5bde3d53556283cdcd9b03f3c3ba078 100644
--- a/deploytool/cmd/luci_deploy/main.go
+++ b/deploytool/cmd/luci_deploy/main.go
@@ -60,9 +60,9 @@ func mainImpl(args []string) int {
&cmdDeploy,
&cmdManage,
- authcli.SubcommandLogin(authOptions, "auth-login"),
- authcli.SubcommandLogout(authOptions, "auth-logout"),
- authcli.SubcommandInfo(authOptions, "auth-info"),
+ authcli.SubcommandLogin(authOptions, "auth-login", false),
+ authcli.SubcommandLogout(authOptions, "auth-logout", false),
+ authcli.SubcommandInfo(authOptions, "auth-info", false),
},
},
}
« no previous file with comments | « client/cmd/swarming/main.go ('k') | grpc/cmd/rpc/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698