From 7d2877a8e9d6e0d37588bc472eec04f90abc12cd Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 28 Jun 2020 11:21:56 -0500 Subject: [PATCH] Don't exit after loading a profile from the command line --- cli.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cli.cpp b/cli.cpp index ca90636c..70388db2 100644 --- a/cli.cpp +++ b/cli.cpp @@ -831,7 +831,6 @@ int ProcessOptions(int argc, char *argv[], Options *options) else if(option == "--profile" || option == "-p") { OptionProfile(argument); - exit(0); arg_index++; }