nategood / commando

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

Fix non-empty getArgumentValues array #76

Closed Dudemullet closed 5 years ago

Dudemullet commented 7 years ago

Noticed that when using anonymous arguments, if you used the argument() method, getArgumentValues()wouldn't return an empty array. This fixes that.

tolidano commented 5 years ago

Ported to https://github.com/tolidano/commandox/pull/20