find: Avoid polluting stdout with progress messages. Closes: #718186

This commit is contained in:
Joey Hess 2013-07-30 20:24:27 -04:00
parent 433682cb1d
commit 9476355bc3
5 changed files with 13 additions and 2 deletions

View file

@ -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