diff --git a/confutils.nim b/confutils.nim index 463057f..4e11e7b 100644 --- a/confutils.nim +++ b/confutils.nim @@ -4,7 +4,7 @@ import confutils/[defs, cli_parser, config_file] export - defs, config_file + defs, config_file, options const useBufferedOutput = defined(nimscript)