fsprojects / Argu

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

`EqualsAssignmentOrSpaced` was broken with option types #150

Closed mcon closed 4 years ago

mcon commented 4 years ago

Didn't realise options were treated specially, have added a test which failed without the Cli.fs change, and passes with it. Do let me know if there's any other edge cases you think I might have missed :+1:.

eiriktsarpalis commented 4 years ago

Thanks