Allow cards with [string] parameters

This commit is contained in:
blinry 2020-11-10 22:20:40 +01:00
parent 4fa9b27354
commit d57674acca
4 changed files with 57 additions and 1 deletions
resources

View file

@ -88,5 +88,15 @@
"id": "show",
"command": "git show [commit]",
"description": "Show what changed in the commit."
},
{
"id": "branch",
"command": "git branch [string]",
"description": "Create a new branch."
},
{
"id": "file-new",
"command": "touch [string]",
"description": "Create a new file."
}
]