ExpressionEngine / Coilpack

ExpressionEngine + Laravel: a powerful combination
https://expressionengine.github.io/coilpack-docs/
MIT License
21 stars 3 forks source link

Adding fluent definition call #11

Closed dougblackjr closed 6 months ago

dougblackjr commented 7 months ago

Addresses issue where php artisan eecli was failing to grab available options and handing them off to the EECLI command.

Example:

php artisan eecli import:run --id=2 would fail because id is not an option for eecli.

This addresses that and adequately passes through. All props to @bryannielsen