idxtool: '--rename' takes no arguments now

it tries to rename files that have no GPTID prefix.
This commit is contained in:
Elias Bachaalany 2023-12-17 11:05:45 -08:00
parent a2b5eeb419
commit 5f9a8bc8a1
3 changed files with 36 additions and 11 deletions

2
.vscode/launch.json vendored
View file

@ -30,7 +30,7 @@
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/.scripts/idxtool.py",
"args": ["--rename", "*"],
"args": ["--rename"],
"console": "integratedTerminal"
}
]