12 lines
175 B
JSON
12 lines
175 B
JSON
|
{
|
||
|
"fetch": {
|
||
|
"exe": "./increment.py",
|
||
|
"args": ["fetch"]
|
||
|
},
|
||
|
"actions": {
|
||
|
"increment": {
|
||
|
"exe": "./increment.py",
|
||
|
"args": ["increment"]
|
||
|
}
|
||
|
}
|
||
|
}
|