interactive-actions 1.0.1

Run actions and interactions defined declaratively
Documentation
---
source: interactive-actions/src/lib.rs
expression: "actions.run(Some(Path::new(\".\")), None::<&fn(&Action) -> ()>).unwrap()"
---
[
    ActionResult {
        name: "confirm-action",
        run: None,
        response: Text(
            "true",
        ),
    },
    ActionResult {
        name: "input-action",
        run: None,
        response: Text(
            "tlv",
        ),
    },
    ActionResult {
        name: "select-action",
        run: None,
        response: Text(
            "train",
        ),
    },
]