summaryrefslogtreecommitdiff
path: root/Command/Get.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Get.hs')
-rw-r--r--Command/Get.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Command/Get.hs b/Command/Get.hs
index 214b689b8..e3668649e 100644
--- a/Command/Get.hs
+++ b/Command/Get.hs
@@ -13,6 +13,10 @@ import Types
import Core
import Messages
+command :: [Command]
+command = [Command "get" paramPath seek
+ "make content of annexed files available"]
+
seek :: [CommandSeek]
seek = [withFilesInGit start]