diff --git a/server.d b/server.d index 637f597..31078f3 100644 --- a/server.d +++ b/server.d @@ -59,6 +59,12 @@ int main(string[] args) return 1; } + if (help) + { + printHelp(args[0]); + return 0; + } + importPaths ~= loadConfiguredImportDirs(); auto socket = new TcpSocket(AddressFamily.INET);