Commit 180b5cd
committed
fix(cli): correctly forward runtime arguments after target in vix run
- Fix positional argument parsing to prevent overriding appName
- Ensure all arguments after the target are treated as runtime args
- Enable proper support for commands like:
vix run docker://nginx -p 8080:80
- Fix container execution by preserving image name and flags order
- Improve CLI behavior to match modern runtimes (docker, npm, cargo)1 parent af81e23 commit 180b5cd
3 files changed
Lines changed: 426 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
1053 | 1073 | | |
1054 | 1074 | | |
1055 | 1075 | | |
| |||
1091 | 1111 | | |
1092 | 1112 | | |
1093 | 1113 | | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
1094 | 1117 | | |
1095 | 1118 | | |
1096 | | - | |
1097 | 1119 | | |
1098 | 1120 | | |
1099 | 1121 | | |
| |||
1474 | 1496 | | |
1475 | 1497 | | |
1476 | 1498 | | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
1477 | 1533 | | |
1478 | 1534 | | |
1479 | 1535 | | |
| |||
1518 | 1574 | | |
1519 | 1575 | | |
1520 | 1576 | | |
| 1577 | + | |
| 1578 | + | |
1521 | 1579 | | |
1522 | 1580 | | |
1523 | | - | |
1524 | | - | |
1525 | | - | |
| 1581 | + | |
1526 | 1582 | | |
1527 | 1583 | | |
1528 | 1584 | | |
| |||
0 commit comments