drupal-console-core
drupal-console-core copied to clipboard
Chain calling another chain doesn't cascade more than one argument
I have a test chain drupal test:main https://github.com/dennisinteractive/drupal_console_commands/blob/extend_properly/chain/chain-test-main.yml
It basically calls another chain test:child with the arguments provided.
Because test:main has two options, it fails to cascade
- command: test:child
options:
project: %{{main-project}}
directory: '/tmp2'
if you remove the second option (directory: '/tmp2') it works