Revert "CLI dump-shaderlib: Update help message"

This reverts commit d29f14c7c9.
This commit is contained in:
ChaoticByte 2025-02-04 19:04:10 +01:00
parent ddba85d17c
commit 6a7dc164fe
No known key found for this signature in database

View file

@ -21,9 +21,7 @@ func show_help():
" --load-image PATH The path to the image. This will overwrite the\n",
" load directive of the shader file.\n",
" Passing a folder activates batch mode.\n",
" (optional)\n",
" dump-shaderlib\n\n",
" | Dumps the shaderlib into the current directory.\n")
" (optional)\n")
func parse_custom_cmdline(args: PackedStringArray):
var kwargs: Dictionary = {"--shader": null, "--output": null, "--load-image": null}