git-annex/Command/Dead.hs

20 lines
406 B
Haskell
Raw Normal View History

2011-12-02 23:22:43 +00:00
{- git-annex command
-
- Copyright 2011 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-}
module Command.Dead where
import Command
2014-02-20 19:12:35 +00:00
import Types.TrustLevel
import Command.Trust (trustCommand)
2011-12-02 23:22:43 +00:00
cmd :: [Command]
cmd = [command "dead" (paramRepeating paramRemote) seek
SectionSetup "hide a lost repository"]
2011-12-02 23:22:43 +00:00
seek :: CommandSeek
2014-02-20 19:12:35 +00:00
seek = trustCommand "dead" DeadTrusted