Commit fbb1f866 authored by James Robinson's avatar James Robinson

Merge pull request #73 from afandria/patch-1

Forward additionalArgs in run_mojo.dart
parents 97f62f89 60cf54d6
......@@ -95,6 +95,7 @@ class RunMojoCommand extends Command {
_MojoConfig mojoConfig = argResults['mojo-debug'] ? _MojoConfig.Debug : _MojoConfig.Release;
String appPath = await _makePathAbsolute(argResults['app']);
args.addAll(argResults.rest);
if (argResults['android']) {
return _runAndroid(mojoPath, mojoConfig, appPath, args);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment