git-annex-shell is complete
still not used
This commit is contained in:
parent
f38aa3e83a
commit
60df4e5728
7 changed files with 134 additions and 20 deletions
|
@ -17,16 +17,16 @@ import Options
|
|||
import qualified Command.ConfigList
|
||||
import qualified Command.InAnnex
|
||||
import qualified Command.DropKey
|
||||
--import qualified Command.RecvKey
|
||||
--import qualified Command.SendKey
|
||||
import qualified Command.RecvKey
|
||||
import qualified Command.SendKey
|
||||
|
||||
cmds :: [Command]
|
||||
cmds = map adddirparam $ concat
|
||||
[ Command.ConfigList.command
|
||||
, Command.InAnnex.command
|
||||
, Command.DropKey.command
|
||||
-- , Command.RecvKey.command
|
||||
-- , Command.SendKey.command
|
||||
, Command.RecvKey.command
|
||||
, Command.SendKey.command
|
||||
]
|
||||
where
|
||||
adddirparam c = c { cmdparams = "DIRECTORY " ++ cmdparams c }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue