CLI dump-shaderlib: Update help message
This commit is contained in:
parent
a4a1de4bfe
commit
d29f14c7c9
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ func show_help():
|
||||||
" --load-image PATH The path to the image. This will overwrite the\n",
|
" --load-image PATH The path to the image. This will overwrite the\n",
|
||||||
" load directive of the shader file.\n",
|
" load directive of the shader file.\n",
|
||||||
" Passing a folder activates batch mode.\n",
|
" Passing a folder activates batch mode.\n",
|
||||||
" (optional)\n")
|
" (optional)\n",
|
||||||
|
" dump-shaderlib\n\n",
|
||||||
|
" | Dumps the shaderlib into the current directory.\n")
|
||||||
|
|
||||||
func cli_handle_errors(errors: Array) -> int:
|
func cli_handle_errors(errors: Array) -> int:
|
||||||
# returns number of errors
|
# returns number of errors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue