summaryrefslogtreecommitdiff
path: root/Command/FromKey.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/FromKey.hs')
-rw-r--r--Command/FromKey.hs4
1 files changed, 4 insertions, 0 deletions
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]