1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00

Merge pull request #143 from dkearns/fix-invalid-s-flag-return-code

Fixes the exit status for invalid -s args
This commit is contained in:
Luke Ceddia 2021-03-07 23:37:07 +11:00 committed by GitHub
commit 7ab6b0ffd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13084,7 +13084,7 @@ FUNCTION ParseCMDLineArgs$ ()
PRINT "Valid switches:"
PRINT " -s:debuginfo=true/false (Embed C++ debug info into .EXE)"
PRINT " -s:exewithsource=true/false (Save .EXE in the source folder)"
SYSTEM
SYSTEM 1
END SELECT
_DEST 0
CASE "-l" 'goto line (ide mode only); -l:<line number>