scriptplan-bash 2.0.0

Use Bash as your scriptplan command parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "scriptplan-bash"
version = "2.0.0"
authors = ["Patrick Shaw <mail@patrickshaw.me>"]
edition = "2018"
license = "MIT"
description = "Use Bash as your scriptplan command parser"

[dependencies]
yaml-rust = "0.4.5"
shellwords = "1.1.0"
async-trait = "0.1.50"
futures = "0.1.14"
scriptplan-core = { path="../core", version = "2.0.0" }
tokio = { version = "1.1.2", features = ['process', 'rt', 'io-util'] }