Version 1
[yaffs-website] / vendor / drupal / console-en / translations / exec.yml
diff --git a/vendor/drupal/console-en/translations/exec.yml b/vendor/drupal/console-en/translations/exec.yml
new file mode 100644 (file)
index 0000000..5c3ceb2
--- /dev/null
@@ -0,0 +1,13 @@
+description: 'Execute an external command.'
+arguments:
+  bin: 'Executable command.'
+options:
+  working-directory: 'The current working directory.'
+messages:
+  success: 'Executed the command.'
+  invalid-bin: 'Error executing the command.'
+  missing-bin: 'Provide an executable command.'
+  binary-not-found: 'Unable to find the binary %s to execute.'
+  working-directory: 'Working directory'
+  executing-command: 'Executing command'
+