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

Unified Diff: client/cmd/isolate/main.go

Issue 2514343005: client/isolate: add skeleton exparchive command (Closed)
Patch Set: mcgreevy 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/exp_archive.go ('k') | no next file » | 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 ca4d10819a63a6f699d3e57ed9ec65abfb61d785..1a0814b0cabf58d6e3c298bbe9af725366c76a6b 100644
--- a/client/cmd/isolate/main.go
+++ b/client/cmd/isolate/main.go
@@ -25,6 +25,7 @@ var application = &subcommands.DefaultApplication{
Commands: []*subcommands.Command{
cmdArchive,
cmdBatchArchive,
+ cmdExpArchive,
cmdCheck,
subcommands.CmdHelp,
authcli.SubcommandInfo(auth.Options{}, "whoami", false),
« no previous file with comments | « client/cmd/isolate/exp_archive.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698