Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / exec.yml
1 description: 'Execute an external command.'
2 arguments:
3   bin: 'Executable command.'
4 options:
5   working-directory: 'The current working directory.'
6 messages:
7   success: 'Executed the command.'
8   invalid-bin: 'Error executing the command.'
9   missing-bin: 'Provide an executable command.'
10   binary-not-found: 'Unable to find the binary %s to execute.'
11   working-directory: 'Working directory'
12   executing-command: 'Executing command'
13