drupal-console-core icon indicating copy to clipboard operation
drupal-console-core copied to clipboard

Chain calling another chain doesn't cascade more than one argument

Open marcelovani opened this issue 8 years ago • 0 comments

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

marcelovani avatar Aug 23 '17 21:08 marcelovani