1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-11-13 03:03:08 +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 isempty(ARGS)
BeefBLUP.beefblup()
return
exit()
end
# Setup the argument table