bilal-fazlani / commanddotnet

A modern framework for building modern CLI apps
https://commanddotnet.bilal-fazlani.com
MIT License
575 stars 29 forks source link

breaking: change `--` to be option-end-indicator #239

Closed drewburlingame closed 4 years ago

drewburlingame commented 4 years ago

this changes behavior in a potentially breaking way

Posix guideline 10

drewburlingame commented 4 years ago

got the change into master in a non-breaking manner with #241 & #242