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
|
@ -18,6 +18,12 @@ import Locations
|
|||
import Core
|
||||
import CopyFile
|
||||
|
||||
command :: [Command]
|
||||
command =
|
||||
[ Command "unlock" paramPath seek "unlock files for modification"
|
||||
, Command "edit" paramPath seek "same as unlock"
|
||||
]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
seek = [withFilesInGit start]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue