run with noMessages
This avoids extraneous output from p2phttp, including eg, progress displays when transferring to proxied special remotes.
This commit is contained in:
parent
65da672ae6
commit
960daf210b
1 changed files with 4 additions and 3 deletions
|
@ -25,9 +25,10 @@ import qualified Data.Map as M
|
|||
import Data.String
|
||||
|
||||
cmd :: Command
|
||||
cmd = withAnnexOptions [jobsOption] $ command "p2phttp" SectionPlumbing
|
||||
"communicate in P2P protocol over http"
|
||||
paramNothing (seek <$$> optParser)
|
||||
cmd = noMessages $ withAnnexOptions [jobsOption] $
|
||||
command "p2phttp" SectionPlumbing
|
||||
"communicate in P2P protocol over http"
|
||||
paramNothing (seek <$$> optParser)
|
||||
|
||||
data Options = Options
|
||||
{ portOption :: Maybe PortNumber
|
||||
|
|
Loading…
Reference in a new issue