leditsplusplus / reset.json
cocktailpeanut's picture
add reset button (#3)
9da7124 verified
raw
history blame
95 Bytes
{
"run": [{
"method": "fs.rm",
"params": {
"path": "venv"
}
}]
}