From 95b50b5e919bccccca3ae666f4d5e9d1418ca396 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Jul 2013 20:24:27 -0400 Subject: find: Avoid polluting stdout with progress messages. Closes: #718186 --- Types/Command.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Types') diff --git a/Types/Command.hs b/Types/Command.hs index 4b92ca173..3187efd17 100644 --- a/Types/Command.hs +++ b/Types/Command.hs @@ -39,6 +39,7 @@ data Command = Command , cmdnorepo :: Maybe (IO ()) -- an action to run when not in a repo , cmdcheck :: [CommandCheck] -- check stage , cmdnocommit :: Bool -- don't commit journalled state changes + , cmdnomessages :: Bool -- don't output normal messages , cmdname :: String , cmdparamdesc :: String -- description of params for usage , cmdseek :: [CommandSeek] -- seek stage -- cgit v1.2.3