fourkitchens / fire

FIRE is a commands standardization tool
0 stars 0 forks source link

Document how to pass arguments along to lando/ddev #23

Open dalin- opened 6 months ago

dalin- commented 6 months ago

I often type drush cex -y. With FIRE that'd be fire drush cex -y. But...

Screenshot 2024-03-07 at 1 58 03 PM

Can we pass unknown arguments along to lando/ddev, similar to the way that Lando works?

This is related to, but different from https://github.com/fourkitchens/fire/issues/21

rigoucr commented 3 months ago

Yes , this is already supported , but to do that have to use double hyphen, like when we use terminus remote commands example: fire drush cex -- -y

dalin- commented 3 months ago

Cool. So then lets repurpose this issue to be about documenting that.