From 282c7b1d9addffa95c3d94a2894a1a2122bf8103 Mon Sep 17 00:00:00 2001 From: Hanno Cornelius Date: Wed, 18 Nov 2020 09:15:48 +0200 Subject: [PATCH] Added exporting of std/options --- confutils.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)