intake/tests/demo_items/intake.json

22 lines
301 B
JSON
Raw Permalink Normal View History

{
"action": {
"fetch": {
"exe": "./command.py",
"args": [
"fetch"
]
},
"action1": {
"exe": "./command.py",
"args": [
"action1"
]
},
"action2": {
"exe": "./command.py",
"args": [
"action2"
]
}
}
}