Prepare using arguments and options

This commit is contained in:
Jaby
2022-11-11 16:02:36 +01:00
parent 74253e40e3
commit 4bf4224808
3 changed files with 6 additions and 4 deletions

View File

@@ -78,7 +78,7 @@
{
"id": "cargo run args",
"type": "pickString",
"options": ["", "--help"],
"options": ["", "--help", "psx bin-cue -o wuff.bin ../Tests/ISO_Planschbecken.xml"],
"default": "",
"description": "Argument options to pass to cargo run"
}