ML4GW / pinto

Job environment management and execution tool
0 stars 3 forks source link

Deal with overlapping parameters #27

Open alecgunny opened 2 years ago

alecgunny commented 2 years ago

Arguments required by scripts run via pinto run might overlap with arguments to pinto run, most notably -h/--help. In this case pinto interprets them as pinto arguments. How do we turn off command line parsing once the first non-valid argument is reached?

alecgunny commented 1 year ago

The help issue was addressed in #37 , is this worth making more robust for anything else?