Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SimWF] Protect the -e argument (#1551)
Without this, passing -embedding would work and produce a workflow.json. However, the resulting WF has nothing to with embedding, since the real flag for that has 2 dashed: --embedding What really happened was that the engine would now be "mbedding" So far there are no clashes for -j or -o which are also valid arguments. Co-authored-by: Benedikt Volkel <[email protected]> (cherry picked from commit d8bf2aa)
- Loading branch information