Completed updating CLI to be more organized with bettert error messages

This commit is contained in:
2025-01-09 07:39:18 +00:00
parent 42d0f56b18
commit 9b8e448512
9 changed files with 107 additions and 87 deletions

8
.vscode/launch.json vendored
View File

@@ -6,12 +6,16 @@
"configurations": [
{
"name": "CLI blank",
"name": "automlst info -lschema pubmlst_bordetella_seqdef",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/automlst/cli/program.py",
"console": "integratedTerminal",
"args": [],
"args": [
"info",
"-lschemas",
"pubmlst_bordetella_seqdef"
],
"cwd": "${workspaceFolder}/src",
"env": {
"PYTHONPATH": "${workspaceFolder}/src"