Closed Kapendev closed 1 week ago
This will make it easier to use the install script from other scripts.
Examples:
dub run raylib-d:install -- yes
dub run raylib-d:install -- no
Fixed in v5.5.0
usage is: dub run raylib-d:install -- -u=yes dub run raylib-d:install -- -u=no
dub run raylib-d:install -- -u=yes
dub run raylib-d:install -- -u=no
Can also specify -q if you want no output, just exit code.
-q
This will make it easier to use the install script from other scripts.
Examples:
dub run raylib-d:install -- yes
: Download raylib and don't ask user about dub.json file. Does change dub file.dub run raylib-d:install -- no
: Download raylib and don't ask user about dub.json file. Does not change dub file.