use built-in progress meters for git when in parallel mode
This commit is contained in:
parent
56eabe9b81
commit
f8e700ed06
5 changed files with 22 additions and 9 deletions
|
@ -17,7 +17,7 @@ handleMessage json normal = withOutputType go
|
|||
where
|
||||
go NormalOutput = liftIO normal
|
||||
go QuietOutput = q
|
||||
go ProgressOutput = q
|
||||
go (ParallelOutput _) = q
|
||||
go JSONOutput = liftIO $ flushed json
|
||||
|
||||
q :: Monad m => m ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue