Commit 914ff26
committed
Auto merge of #127602 - onur-ozkan:calling-order, r=Kobzol
maintain the given order on step execution
Previously step execution disregarded the CLI order and this change executes the given steps in the order specified on CLI.
For example, running `x $kind a b c` will execute `$kind` step for `a`, then `b`, then `c` crates in the specified order.
Fixes #126165
cc `@matthiaskrgr`File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments