Home
last modified time | relevance | path

Searched refs:noRepo (Results 1 – 8 of 8) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/
H A DCommand.hs69 noRepo :: (String -> Parser (IO ())) -> Command -> Command
70 noRepo a c = c { cmdnorepo = Just (a (cmdparamdesc c)) } function
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DTest.hs14 cmd optparser runner = noRepo (startIO runner <$$> const optparser) $
H A DHelp.hs23 noRepo (parseparams startNoRepo) $
H A DVersion.hs25 noRepo (seekNoRepo <$$> optParser) $
H A DAssistant.hs24 noRepo (startNoRepo <$$> optParser) $
H A DWebApp.hs40 noRepo (startNoRepo <$$> optParser) $
/dports/devel/fossil/fossil-src-2.17/src/
H A Dth_main.c2282 int noRepo = flags & TH_INIT_NO_REPO; in Th_FossilInit() local
2355 Th_OpenConfig(!noRepo); in Th_FossilInit()
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsgit/
H A Drunner.go1198 if _, noRepo := errors.Cause(err).(libkb.RepoDoesntExistError); noRepo {