in reply to How do I process many (conflicting) command line parameters?
Maybe you should split the processing into a number of tasks and use pipes to plumb them together? Instead of one complicated uber tool you end up with a small number of simple tools that you can chain together to do complicated things. That can work just as well for Windows as it does for *nix.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I process many (conflicting) command line parameters?
by ozboomer (Friar) on Jun 30, 2017 at 03:59 UTC |