Commit 01247df
committed
Support overriding config's command through CLI args
Commit ab25958 added support for oneliners, but it marked the 'command'
arg as conflicting with the 'config' arg. This prevents using a config
file with `go run|test -exec`.
Moreover, having a way to override the command defined in the config
file gives an easy way to exec into a VM to manually debug a failing
command.
Signed-off-by: Albin Kerouanton <[email protected]>1 parent 80cd7b5 commit 01247df
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
138 | 144 | | |
139 | 145 | | |
140 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
397 | | - | |
| 396 | + | |
398 | 397 | | |
399 | 398 | | |
400 | 399 | | |
| |||
0 commit comments