Revert "CLI dump-shaderlib: Update help message"
This reverts commit d29f14c7c9
.
This commit is contained in:
parent
ddba85d17c
commit
6a7dc164fe
1 changed files with 1 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue