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

Unified Diff: logdog/client/cli/main.go

Issue 2991253004: [logdog] Remove list functionality. (Closed)
Patch Set: fix test Created 3 years, 4 months 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/appengine/coordinator/hierarchy/project.go ('k') | logdog/client/cli/subcommandList.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 6faa775809ba34c8535afc73e5cf809b54380043..c0713b8f93803acb2fa252a53c99be8e5845e91d 100644
--- a/logdog/client/cli/main.go
+++ b/logdog/client/cli/main.go
@@ -170,7 +170,6 @@ func Main(ctx context.Context, params Parameters) int {
subcommands.CmdHelp,
newCatCommand(),
newQueryCommand(),
- newListCommand(),
newLatestCommand(),
authcli.SubcommandLogin(authOptions, "auth-login", false),
authcli.SubcommandLogout(authOptions, "auth-logout", false),
« no previous file with comments | « logdog/appengine/coordinator/hierarchy/project.go ('k') | logdog/client/cli/subcommandList.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698