Support command line parameters

This commit is contained in:
Jaby
2022-11-11 17:00:10 +01:00
committed by Jaby
parent 3638855dbb
commit 0f2eaaa375
6 changed files with 35 additions and 23 deletions

View File

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