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

Unified Diff: logdog/client/cmd/logdog_butler/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 | « logdog/client/cli/main.go ('k') | logdog/common/storage/archive/logdog_archive_test/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/cmd/logdog_butler/main.go
diff --git a/logdog/client/cmd/logdog_butler/main.go b/logdog/client/cmd/logdog_butler/main.go
index 0f27f1e40f52c6055f6a769b6ab9911860a1a67e..d5bec4e042cdc0ba5075d37d7a8e4912b9eba5b8 100644
--- a/logdog/client/cmd/logdog_butler/main.go
+++ b/logdog/client/cmd/logdog_butler/main.go
@@ -237,9 +237,9 @@ func mainImpl(ctx context.Context, argv []string) int {
subcommandStream,
subcommandServe,
- 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 | « logdog/client/cli/main.go ('k') | logdog/common/storage/archive/logdog_archive_test/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698