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

Unified Diff: client/cmd/isolated/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/isolate/main.go ('k') | client/cmd/swarming/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cmd/isolated/main.go
diff --git a/client/cmd/isolated/main.go b/client/cmd/isolated/main.go
index 7500a34861dea14f3522fe5591be7470b326f019..204f6053fd405ab380b4e637c99c4f0d7d5af74d 100644
--- a/client/cmd/isolated/main.go
+++ b/client/cmd/isolated/main.go
@@ -28,9 +28,9 @@ var application = &subcommands.DefaultApplication{
cmdArchive,
cmdDownload,
subcommands.CmdHelp,
- authcli.SubcommandInfo(opts, "info"),
- authcli.SubcommandLogin(opts, "login"),
- authcli.SubcommandLogout(opts, "logout"),
+ authcli.SubcommandInfo(opts, "info", false),
+ authcli.SubcommandLogin(opts, "login", false),
+ authcli.SubcommandLogout(opts, "logout", false),
common.CmdVersion(version),
},
}
« no previous file with comments | « client/cmd/isolate/main.go ('k') | client/cmd/swarming/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698