Commit 2325df5
committed
operator: refactor run parametrization
The `Run` entrypoint of the operator had a nasty case of "too many parameters"
syndrome combined with a lot of needless duplication.
This commit extracts all CLI parameters into a monolithic struct and removes
intermediate variables where possible. The end result is still fairly sprawling
but has fewer moving parts than the previous iteration.1 parent 3153bc8 commit 2325df5
2 files changed
+224
-318
lines changed
0 commit comments