emersion / mrsh

A minimal POSIX shell
MIT License
489 stars 35 forks source link

getopts arg... parameter not recognised #178

Open Earnestly opened 3 years ago

Earnestly commented 3 years ago

mrsh appears to ignore or not understand the final [arg...] parameter:

mrsh -c 'getopts :a: arg -a foo'
usage: getopts optstring name [arg...]