Happyculture / combawa

Helper to set up Drupal projects and build them all along their life.
GNU General Public License v3.0
14 stars 2 forks source link

Cleanup generate recap command #96

Closed Artusamak closed 2 years ago

Artusamak commented 2 years ago

When the generate environment command is run, the inline recap to repeat the generation in non interactive mode duplicates the environment argument.

 ./vendor/bin/drupal combawa:generate-environment \
  --environment prod \
  --environment-url https://prod.happyculture.coop \
  --backup-db \
  --db-host localhost \
  --db-port 3306 \
  --db-name drupal8 \
  --db-user root \
  --env prod \
  --no-interaction

This needs to be cleaned up.

Artusamak commented 2 years ago

Done.

Artusamak commented 2 years ago

There is a side effect, now the command outputs this:

--no-interaction 1 \
  --no-interaction

Clean this.