some preliminary work done on an argument parser & help menu/docs
This commit is contained in:
parent
44e88f7fd0
commit
0ef07b299c
5 changed files with 126 additions and 24 deletions
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue