bilal-fazlani / commanddotnet

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

How do you specify the default exit code if no matching command can be found? #320

Closed taori closed 4 years ago

taori commented 4 years ago

Currently i am using 3.6.4. - If my command is not matched it'll return exit code 0. That doesn't feel right. Can this be configured?

taori commented 4 years ago

Nevermind - Invalid process code.