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
|
@ -20,15 +20,15 @@ import qualified Annex
|
|||
import qualified Command.Unannex
|
||||
import qualified Command.Init
|
||||
|
||||
seek :: [SubCmdSeek]
|
||||
seek :: [CommandSeek]
|
||||
seek = [withAll withFilesInGit Command.Unannex.start, withNothing start]
|
||||
|
||||
start :: SubCmdStartNothing
|
||||
start :: CommandStartNothing
|
||||
start = do
|
||||
showStart "uninit" ""
|
||||
return $ Just $ perform
|
||||
|
||||
perform :: SubCmdPerform
|
||||
perform :: CommandPerform
|
||||
perform = do
|
||||
g <- Annex.gitRepo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue