diff options
Diffstat (limited to 'main.d')
| -rw-r--r-- | main.d | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
