From d2b61382c85fb4277db6928f57424023ae2715dd Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:47:47 +0100 Subject: [PATCH] whoopsie --- main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index b5e2ce6..c9db3eb 100644 --- a/main.cpp +++ b/main.cpp @@ -329,8 +329,7 @@ int main() try }; set_verbose(options[L"verbose"sv].value); - - detail::assert_status(ZYAN_STATUS_INVALID_ARGUMENT); + auto should_disable = options[L"disable"sv].value; auto const should_override_toggle = should_disable || options[L"enable"sv].value;