feat: get handlers return object slices

This commit is contained in:
2025-07-20 15:42:43 +02:00
parent 2e16c67321
commit 45712dacf6
11 changed files with 31 additions and 41 deletions

5
.vscode/launch.json vendored
View File

@ -11,7 +11,10 @@
"mode": "debug",
"program": "${workspaceFolder}/main.go",
"args": [
"get", "menu", "-o", "yaml", "--print-config", "true"
"get", "dishes",
"-o", "yaml",
"-d", "2025-07-21",
"--print-config"
]
}
]