Another feature that I'm missing (unless I'm missing something ;)) is to have required options. As far as I can see mandatory arguments are currently only possible as positional arguments. I often prefer options like -i/--input/-o/--output/--important-param over positional arguments for their explicitness and positional independence.
Another feature that I'm missing (unless I'm missing something ;)) is to have
required
options. As far as I can see mandatory arguments are currently only possible as positional arguments. I often prefer options like-i
/--input
/-o
/--output
/--important-param
over positional arguments for their explicitness and positional independence.