bilal-fazlani / commanddotnet

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

verify empty string supported as argument value #323

Closed drewburlingame closed 4 years ago

drewburlingame commented 4 years ago

Added test to ensure empty string can be passed as an argument value for core functionality.

Fix bug in TypoSuggest that threw an exception when the token value was an empty string. Empty string will skip suggestions and the error will be shown to the user

drewburlingame commented 4 years ago

fixes #321