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

Unified Diff: client/cmd/swarming/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/isolated/main.go ('k') | deploytool/cmd/luci_deploy/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cmd/swarming/main.go
diff --git a/client/cmd/swarming/main.go b/client/cmd/swarming/main.go
index 6109a558ec15799a672fc00ccc1cc88ade08d1c4..8682f72d58b31afa500ab3a134e5032a8925ffbd 100644
--- a/client/cmd/swarming/main.go
+++ b/client/cmd/swarming/main.go
@@ -26,9 +26,9 @@ var application = &subcommands.DefaultApplication{
cmdRequestShow,
cmdTrigger,
subcommands.CmdHelp,
- authcli.SubcommandInfo(auth.Options{}, "whoami"),
- authcli.SubcommandLogin(auth.Options{}, "login"),
- authcli.SubcommandLogout(auth.Options{}, "logout"),
+ authcli.SubcommandInfo(auth.Options{}, "whoami", false),
+ authcli.SubcommandLogin(auth.Options{}, "login", false),
+ authcli.SubcommandLogout(auth.Options{}, "logout", false),
common.CmdVersion(version),
},
}
« no previous file with comments | « client/cmd/isolated/main.go ('k') | deploytool/cmd/luci_deploy/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698