From a89a6f21145966e625b811741d8ae972a11d92b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Dec 2010 15:06:26 -0400 Subject: refactor in preparation for adding a git-annex-shell command --- Command/FromKey.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Command/FromKey.hs') diff --git a/Command/FromKey.hs b/Command/FromKey.hs index 991428136..f1cb717fa 100644 --- a/Command/FromKey.hs +++ b/Command/FromKey.hs @@ -20,6 +20,10 @@ import Types import Core import Messages +command :: [Command] +command = [Command "fromkey" (paramRepeating paramKey) seek + "adds a file using a specific key"] + seek :: [CommandSeek] seek = [withFilesMissing start] -- cgit v1.2.3