feat: get handlers return object slices
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user