Add a "create files" level

This commit is contained in:
blinry 2020-11-13 11:21:36 +01:00
parent 5311e1d469
commit f742085fd1
4 changed files with 34 additions and 6 deletions
resources

View file

@ -98,5 +98,10 @@
"id": "file-new",
"command": "touch [string]",
"description": "Create a new file."
},
{
"id": "file-delete",
"command": "rm [file]",
"description": "Delete a new file."
}
]