jackd248 / ddev-commands-collection

Collection of reusable DDEV commands
MIT License
3 stars 1 forks source link

fix: composer commands without param #5

Closed tgaertner closed 1 year ago

tgaertner commented 1 year ago

composer commands without param should display composer script options instead of throwing an error

replace -d with --working-dir= to prevent error and correctly display composer script list when called without param like 'ddev composer:app'