some preliminary work done on an argument parser & help menu/docs

This commit is contained in:
Stefan Stefanov 2024-04-26 23:31:21 +03:00
parent 44e88f7fd0
commit 0ef07b299c
5 changed files with 126 additions and 24 deletions

13
.vscode/settings.json vendored
View file

@ -1,7 +1,10 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#322C2D",
"titleBar.activeBackground": "#463E3F",
"titleBar.activeForeground": "#FAFAFA"
}
"workbench.colorCustomizations": {
"activityBar.background": "#322C2D",
"titleBar.activeBackground": "#463E3F",
"titleBar.activeForeground": "#FAFAFA"
},
"[odin]": {
"editor.formatOnSave": true
}
}

2
.vscode/tasks.json vendored
View file

@ -77,7 +77,7 @@
"label": "Build&Run Atlas Generator Test",
"type": "shell",
"windows": {
"command": "${workspaceFolder}/scripts/build_generator_debug.bat && build_generator\\aseprite_odin_generator.exe",
"command": "${workspaceFolder}/scripts/build_generator_debug.bat && build_generator\\aseprite_odin_generator.exe -input-files:value_of_custom_arg -h",
},
"options": {
"cwd": "${workspaceFolder}"