Home
last modified time | relevance | path

Searched refs:withGlobalOptions (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DFind.hs23 cmd = notBareRepo $ withGlobalOptions [annexedMatchingOptions] $ mkCommand $
28 mkCommand = noCommit . noMessages . withGlobalOptions [jsonOptions]
H A DFindRef.hs15 cmd = withGlobalOptions [annexedMatchingOptions] $ Find.mkCommand $
H A DDropKey.hs16 cmd = noCommit $ withGlobalOptions [jsonOptions] $
H A DStatus.hs16 withGlobalOptions [jsonOptions] $
H A DUnlock.hs26 mkcmd n d = withGlobalOptions [jsonOptions, annexedMatchingOptions] $
H A DExamineKey.hs23 withGlobalOptions [jsonOptions] $
H A DUnannex.hs23 cmd = withGlobalOptions [annexedMatchingOptions] $
H A DCopy.hs17 cmd = withGlobalOptions [jobsOption, jsonOptions, jsonProgressOption, annexedMatchingOptions] $
H A DLock.hs25 cmd = withGlobalOptions [jsonOptions, annexedMatchingOptions] $
H A DMigrate.hs23 cmd = withGlobalOptions [annexedMatchingOptions] $
H A DList.hs25 cmd = noCommit $ withGlobalOptions [annexedMatchingOptions] $
H A DMirror.hs20 cmd = withGlobalOptions [jobsOption, jsonOptions, jsonProgressOption, annexedMatchingOptions] $
H A DFix.hs28 cmd = noCommit $ withGlobalOptions [annexedMatchingOptions] $
H A DGet.hs18 cmd = withGlobalOptions [jobsOption, jsonOptions, jsonProgressOption, annexedMatchingOptions] $
H A DFromKey.hs25 cmd = notBareRepo $ withGlobalOptions [jsonOptions] $
H A DWhereUsed.hs27 cmd = noCommit $ withGlobalOptions [annexedMatchingOptions] $
H A DWhereis.hs26 cmd = noCommit $ withGlobalOptions [jsonOptions, annexedMatchingOptions] $
H A DAdd.hs31 withGlobalOptions opts $
H A DFilterBranch.hs38 cmd = noMessages $ withGlobalOptions [annexedMatchingOptions] $
H A DMetaData.hs28 cmd = withGlobalOptions [jsonOptions, annexedMatchingOptions] $
H A DDrop.hs25 cmd = withGlobalOptions [jobsOption, jsonOptions, annexedMatchingOptions] $
H A DLog.hs39 cmd = withGlobalOptions [annexedMatchingOptions] $
H A DImport.hs43 withGlobalOptions opts $
H A DMove.hs28 cmd = withGlobalOptions [jobsOption, jsonOptions, jsonProgressOption, annexedMatchingOptions] $
/dports/devel/hs-git-annex/git-annex-8.20210903/
H A DCommand.hs73 withGlobalOptions :: [[GlobalOption]] -> Command -> Command
74 withGlobalOptions os c = c { cmdglobaloptions = cmdglobaloptions c ++ concat os } function

12