in reply to Re^5: Closed:how to argparse same option to array instead of overwrite
in thread Closed:how to argparse same option to array instead of overwrite
To be fair, I actually don't like the interface that much myself, because I can't remember the details and need to consult the manual each time. But, I assume that someone who does lots of video encoding could remember the details and be quite happy with it.
I was being a bit flippant, but my point is that you are judging his interface as defective without even knowing what problem it's solving. There are certainly times when a "script of commands" can comfortably be arranged in the arguments of a command line tool. The next larger alternative is to create a custom scripting language for the problem, or make it into an API that can be used by a full-fledged scripting language. Sometimes that seems like overkill for the size of problem the tool is meant to solve.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Closed:how to argparse same option to array instead of overwrite
by ikegami (Patriarch) on Jul 12, 2024 at 01:36 UTC |