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

Unified Diff: logdog/client/cli/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 | « grpc/cmd/rpc/main.go ('k') | logdog/client/cmd/logdog_butler/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/cli/main.go
diff --git a/logdog/client/cli/main.go b/logdog/client/cli/main.go
index 2e9f7f07242038ab0f9d922239139dc1e036ea91..b2069614d82ddc79a25a70398606ca2f79b208ba 100644
--- a/logdog/client/cli/main.go
+++ b/logdog/client/cli/main.go
@@ -126,9 +126,9 @@ func Main(ctx context.Context, params Parameters) int {
newQueryCommand(),
newListCommand(),
newLatestCommand(),
- 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),
},
},
p: params,
« no previous file with comments | « grpc/cmd/rpc/main.go ('k') | logdog/client/cmd/logdog_butler/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698