From 289984be2fed1d71890fc116c26dc3aeee369311 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 19 Jun 2021 16:13:07 -0500 Subject: [PATCH] Fix running without arguments --- beefblup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beefblup b/beefblup index 178f73d..2278a69 100755 --- a/beefblup +++ b/beefblup @@ -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