Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <albinker@gmail.com>
- Loading branch information