adhocore / php-cli

PHP Console Application made easy- build great console apps with ease. Comes with Zero Dependency and Autocompletion support. Think of it as a PHP cli application framework.
https://github.com/adhocore/php-cli
MIT License
337 stars 35 forks source link

fixed issue where certain commands would not execute due to env typings #75

Closed mrmusselman1 closed 1 year ago

mrmusselman1 commented 1 year ago

This fixes #74

adhocore commented 1 year ago

wow, thanks. 🎉 (maybe change commit msg to fix: certain commands would not execute due to env typings)

mrmusselman1 commented 1 year ago

wow, thanks. 🎉 (maybe change commit msg to fix: certain commands would not execute due to env typings)

Of course, I love this library. I amended and pushed a commit with the new message.

adhocore commented 1 year ago

looks like need to rebase (or force push) after amend. i will merge n release new version asap with this fix.