Commit bad04b4
Merge #1049
1049: Stop parsing arguments to `cross run` after `--`. r=Emilgardis a=zachs18
Resolves #1048.
Stop parsing arguments to `cross run` after `--`, but still add them to `args.all` so they will be passed to the program being run.
Co-authored-by: Zachary S <[email protected]>2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| |||
0 commit comments