summaryrefslogtreecommitdiff
path: root/share/common/lib/runcmd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'share/common/lib/runcmd.yaml')
-rw-r--r--share/common/lib/runcmd.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/share/common/lib/runcmd.yaml b/share/common/lib/runcmd.yaml
index 5847613..7be2c05 100644
--- a/share/common/lib/runcmd.yaml
+++ b/share/common/lib/runcmd.yaml
@@ -23,12 +23,16 @@
rust:
function: subplotlib::steplibrary::runcmd::run
-- when: I run, in {dirname}, {argv0}{args:text}
+- when: I run, in {dirname}, {argv0}{args}
impl:
python:
function: runcmd_step_in
rust:
function: subplotlib::steplibrary::runcmd::run_in
+ types:
+ dirname: path
+ argv0: word
+ args: text
- when: I try to run {argv0}{args:text}
impl:
@@ -37,12 +41,16 @@
rust:
function: subplotlib::steplibrary::runcmd::try_to_run
-- when: I try to run, in {dirname}, {argv0}{args:text}
+- when: I try to run, in {dirname}, {argv0}{args}
impl:
python:
function: runcmd_try_to_run_in
rust:
function: subplotlib::steplibrary::runcmd::try_to_run_in
+ types:
+ dirname: path
+ argv0: word
+ args: text
# Steps to examine exit code of latest command.