rename some stuff and prepare to break out more into Command/*
This commit is contained in:
parent
14d59b40fb
commit
6a5be9d53c
24 changed files with 176 additions and 158 deletions
|
@ -18,11 +18,11 @@ import qualified Annex
|
|||
import qualified Command.Drop
|
||||
import Backend
|
||||
|
||||
seek :: [SubCmdSeek]
|
||||
seek :: [CommandSeek]
|
||||
seek = [withStrings start]
|
||||
|
||||
{- Drops unused content by number. -}
|
||||
start :: SubCmdStartString
|
||||
start :: CommandStartString
|
||||
start s = do
|
||||
m <- readUnusedLog
|
||||
case M.lookup s m of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue