Detect sections; Unify printing help across the tools

This commit is contained in:
Jaby Blubb
2023-06-25 16:38:29 +02:00
parent d342f6ebc4
commit 1f8a366b6c
9 changed files with 23 additions and 9 deletions

View File

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