summaryrefslogtreecommitdiff
path: root/Omni/Agent/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Agent/Core.hs')
-rw-r--r--Omni/Agent/Core.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Omni/Agent/Core.hs b/Omni/Agent/Core.hs
index a2594d6..88f7237 100644
--- a/Omni/Agent/Core.hs
+++ b/Omni/Agent/Core.hs
@@ -27,7 +27,8 @@ data Worker = Worker
{ workerName :: Text,
workerPid :: Maybe Int,
workerStatus :: WorkerStatus,
- workerPath :: FilePath
+ workerPath :: FilePath,
+ workerQuiet :: Bool -- Disable ANSI status bar (for loop mode)
}
deriving (Show, Eq, Generic)