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
|
@ -9,7 +9,7 @@ module Types.Messages where
|
|||
|
||||
import Data.Default
|
||||
|
||||
data OutputType = NormalOutput | QuietOutput | ProgressOutput | JSONOutput
|
||||
data OutputType = NormalOutput | QuietOutput | ParallelOutput Int | JSONOutput
|
||||
|
||||
data SideActionBlock = NoBlock | StartBlock | InBlock
|
||||
deriving (Eq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue