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
334 stars 35 forks source link

feat: writes a key/value set to two columns in a row #99

Closed dimtrovich closed 5 months ago

dimtrovich commented 5 months ago

This pull request allows you to write two pieces of text on opposite sides of the same line, one being considered the key and the other the value.

This behavior is present in Laravel. It's what happens (more or less) when you type the command php artisan about.

Capture d'écran 2024-03-26 203022

adhocore commented 5 months ago

not sure why are builds failing though