This commit is contained in:
2025-07-29 17:04:45 +02:00
parent d8e0bffe56
commit 68e13938b7
10 changed files with 276 additions and 176 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"args": ["sync"],
"args": ["list", "-a", "http://localhost:8080"],
"console": "integratedTerminal",
"program": "${workspaceFolder}/cmd/cli"
}