Release/v9.0 #53
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
|
||||||
|
|
|
||||||
Reference in a new issue