acts-package-shell 0.17.0

acts package for shell
Documentation
1
2
3
4
5
6
7
8
{
    "type": "object",
    "properties": {
        "shell": { "type": "string", "enum": ["nu", "bash", "powershell"] },
        "script": { "type": "string"},
        "content-type": { "type": ["string", "null"], "enum": ["text", "json"]}
    }
}