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

Unified Diff: tools/cr/cr/commands/info.py

Issue 597553003: [cr tool] Allow info command to accept '--out' argument. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cr/cr/commands/info.py
diff --git a/tools/cr/cr/commands/info.py b/tools/cr/cr/commands/info.py
index fcd7307e9b4e5fb00f65b3b6dd3814cbd51dc2b8..4e5c2be13cd88305c1bb4224336f9d920e077808 100644
--- a/tools/cr/cr/commands/info.py
+++ b/tools/cr/cr/commands/info.py
@@ -27,6 +27,7 @@ class InfoCommand(cr.Command):
def EarlyArgProcessing(self):
if getattr(cr.context.args, '_short', False):
self.requires_build_dir = False
+ cr.Command.EarlyArgProcessing(self)
def Run(self):
if cr.context.remains:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698