find: Avoid polluting stdout with progress messages. Closes: #718186
This commit is contained in:
parent
433682cb1d
commit
9476355bc3
5 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue