feat: yaml output formatter

This commit is contained in:
2025-07-20 15:28:10 +02:00
parent ef07dd1b86
commit 2e16c67321
5 changed files with 24 additions and 2 deletions

2
.vscode/launch.json vendored
View File

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