From 211b5e24163311168c4e03f62521ec85a53a8839 Mon Sep 17 00:00:00 2001 From: mryouse Date: Sun, 11 Jun 2023 22:01:03 +0000 Subject: add debug flag --- main.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.d') diff --git a/main.d b/main.d index 683eeb0..66542bd 100644 --- a/main.d +++ b/main.d @@ -61,7 +61,7 @@ string getCore(bool noCore) { int main(string[] args) { bool noCore = false; - getopt(args, "no-core", &noCore); + getopt(args, "no-core", &noCore, "d", &DEBUG); if (args.length <= 1) { repl(noCore); -- cgit v1.2.3