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

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

Issue 1638793002: cr: Allow passing command line arguments via the run command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/run.py
diff --git a/tools/cr/cr/commands/run.py b/tools/cr/cr/commands/run.py
index 1b97b753a51003466aebcc031341e901c1eff24c..15d7db06ff15d5de3172f9df62b92b6d946115d5 100644
--- a/tools/cr/cr/commands/run.py
+++ b/tools/cr/cr/commands/run.py
@@ -25,7 +25,7 @@ class RunCommand(cr.Command):
cr.Builder.AddArguments(self, parser)
cr.Installer.AddArguments(self, parser)
cr.Runner.AddArguments(self, parser)
- cr.Target.AddArguments(self, parser, allow_multiple=True)
+ cr.Target.AddArguments(self, parser, allow_multiple=False)
self.ConsumeArgs(parser, 'the binary')
return parser
« 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