matejak / argbash

Bash argument parsing code generator
Other
1.4k stars 62 forks source link

Short option can be a duplicate #58

Closed matejak closed 5 years ago

matejak commented 5 years ago

The code

# ARG_OPTIONAL_SINGLE([foo], f)
# ARG_OPTIONAL_SINGLE([bar], f)
# ARGBASH_GO()

doesn't produce the The short option 'f (in definition of '--bar') is already used error.