You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to include an +exclude argument for onager, and list a subset of optional args. Onager should exclude all jobs that are a cross-product of all the excluded args. So for example:
It would be nice to include an
+exclude
argument for onager, and list a subset of optionalargs
. Onager should exclude all jobs that are a cross-product of all the excluded args. So for example:prelaunch +command test +jobname test +arg --test1 1 2 3 +arg --test2 4 5 6 +exclude --test1 1 2 +exclude --test2 5
Should exclude all jobs with arguments
--test1 1 --test2 5
--test1 2 --test2 5
The text was updated successfully, but these errors were encountered: