Add flag for outputing dump file

This commit is contained in:
Jaby
2022-11-18 03:04:52 +01:00
parent 06a652cce4
commit a4f433be55
3 changed files with 13 additions and 8 deletions

View File

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