add git-annex-shell command

This is not yet complete, as it does not allow starting rsync or scp.
This commit is contained in:
Joey Hess 2010-12-30 16:52:24 -04:00
parent 88ff9e82fc
commit 7a52b34e06
9 changed files with 200 additions and 59 deletions

View file

@ -21,7 +21,7 @@ import Core
import Messages
command :: [Command]
command = [Command "fromkey" (paramRepeating paramKey) seek
command = [Command "fromkey" paramPath seek
"adds a file using a specific key"]
seek :: [CommandSeek]