bilal-fazlani / commanddotnet

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

exitcode=1 when help shown for non-executable command #301

Closed drewburlingame closed 4 years ago

drewburlingame commented 4 years ago

This is the way all other programs work. Help middleware will only return Success if help was requested.

drewburlingame commented 4 years ago

I don't think this constitutes a breaking change because no script would be using this. I'll just increment the patch version.