interactive-actions 1.0.1

Run actions and interactions defined declaratively
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: interactive-actions/src/lib.rs
expression: "actions.run(Some(Path::new(\".\")), None::<&fn(&Action) -> ()>).unwrap()"
---
- name: input-action
  run:
    script: echo tlv
    code: 0
    out: "tlv\n"
    err: ""
  response:
    Text: tlv