acts-package-shell 0.18.0

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