mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-13 10:01:55 -04:00
idxtool: '--rename' takes no arguments now
it tries to rename files that have no GPTID prefix.
This commit is contained in:
parent
a2b5eeb419
commit
5f9a8bc8a1
3 changed files with 36 additions and 11 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -30,7 +30,7 @@
|
|||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
||||
"args": ["--rename", "*"],
|
||||
"args": ["--rename"],
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue