fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
453 stars 75 forks source link

Tolerate equals or 'space' assignment on the same arguments #147

Closed mcon closed 4 years ago

mcon commented 4 years ago

Added EitherEqualsOrSpaceAssignment and equivalents as per https://github.com/fsprojects/Argu/issues/146

mcon commented 4 years ago

Hi @eiriktsarpalis, I'm sure you're very busy at the moment, I was wondering, please could you take a look at my PR when you get a chance?

eiriktsarpalis commented 4 years ago

Thank you!