nategood / commando

An Elegant CLI Library for PHP
MIT License
798 stars 80 forks source link

Error when value is null #83

Open wideti opened 6 years ago

wideti commented 6 years ago

When the value assigned to the key is NULL, an exception is thrown: 'Unable to parse option XX Expected an argument'. Instead of returning an exception, I consider the set of values from the 'default' for the option.

So, if it has a default value this is considered, otherwise consider the $val value itself.