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

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}"