diff --git a/utils/funopt.d b/utils/funopt.d index a9a4d6ee..3044881e 100644 --- a/utils/funopt.d +++ b/utils/funopt.d @@ -254,6 +254,7 @@ if (isCallable!FUN) getopt(args, std.getopt.config.bundling, + std.getopt.config.caseSensitive, getOptArgs.tupleof, "h|help", &help, );