1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-11-14 11:33:10 +00:00

Fix running without arguments

This commit is contained in:
Thomas A. Christensen II 2021-06-19 16:13:07 -05:00
parent 6e311141ac
commit 289984be2f
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -14,7 +14,7 @@ using ArgParse
# If this is run without arguments, catch that before parsing # If this is run without arguments, catch that before parsing
if isempty(ARGS) if isempty(ARGS)
BeefBLUP.beefblup() BeefBLUP.beefblup()
return exit()
end end
# Setup the argument table # Setup the argument table