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

Unified Diff: client/cmd/isolate/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/authcli/authcli.go ('k') | client/cmd/isolated/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/cmd/isolate/main.go
diff --git a/client/cmd/isolate/main.go b/client/cmd/isolate/main.go
index a989740396e53c9db99ce14f31c677a676df56ed..ca4d10819a63a6f699d3e57ed9ec65abfb61d785 100644
--- a/client/cmd/isolate/main.go
+++ b/client/cmd/isolate/main.go
@@ -27,9 +27,9 @@ var application = &subcommands.DefaultApplication{
cmdBatchArchive,
cmdCheck,
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/authcli/authcli.go ('k') | client/cmd/isolated/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698