schveiguy / raylib-d

Resurrected copy of onroundit's raylib-d
zlib License
57 stars 14 forks source link

Add options to install script. #58

Closed Kapendev closed 1 week ago

Kapendev commented 5 months ago

This will make it easier to use the install script from other scripts.

Examples:

schveiguy commented 1 week ago

Fixed in v5.5.0

usage is: 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.