summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Command.hs b/Command.hs
index bee63bb74..17787539b 100644
--- a/Command.hs
+++ b/Command.hs
@@ -19,6 +19,7 @@ module Command (
whenAnnexed,
ifAnnexed,
isBareRepo,
+ allowConcurrentOutput,
module ReExported
) where
@@ -36,6 +37,7 @@ import CmdLine.Option as ReExported
import CmdLine.GlobalSetter as ReExported
import CmdLine.GitAnnex.Options as ReExported
import Options.Applicative as ReExported hiding (command)
+import Messages.Internal (allowConcurrentOutput)
import qualified Options.Applicative as O