make commands that take a key as a parameter error if it's bad
This commit is contained in:
parent
2e1cc2f8b9
commit
9d24cc7bdb
2 changed files with 5 additions and 4 deletions
|
@ -9,12 +9,10 @@ module Command.DropKey where
|
|||
|
||||
import Command
|
||||
import qualified Annex
|
||||
import qualified Backend
|
||||
import LocationLog
|
||||
import Types
|
||||
import Content
|
||||
import Messages
|
||||
import Key
|
||||
|
||||
command :: [Command]
|
||||
command = [Command "dropkey" (paramRepeating paramKey) seek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue