refactor in preparation for adding a git-annex-shell command
This commit is contained in:
parent
6a5be9d53c
commit
a89a6f2114
24 changed files with 204 additions and 136 deletions
|
@ -20,6 +20,10 @@ import qualified Annex
|
|||
import qualified Command.Unannex
|
||||
import qualified Command.Init
|
||||
|
||||
command :: [Command]
|
||||
command = [Command "uninit" paramPath seek
|
||||
"de-initialize git-annex and clean out repository"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
seek = [withAll withFilesInGit Command.Unannex.start, withNothing start]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue