Brought back the setkey plumbing command that was removed in 2011, since we found a use case for it. Note that the command's syntax was changed for consistency.
This commit is contained in:
parent
ecedab0120
commit
1529add61a
6 changed files with 93 additions and 0 deletions
|
@ -26,6 +26,7 @@ import qualified Command.ContentLocation
|
|||
import qualified Command.ExamineKey
|
||||
import qualified Command.FromKey
|
||||
import qualified Command.RegisterUrl
|
||||
import qualified Command.SetKey
|
||||
import qualified Command.DropKey
|
||||
import qualified Command.TransferKey
|
||||
import qualified Command.TransferKeys
|
||||
|
@ -159,6 +160,7 @@ cmds = concat
|
|||
, Command.ExamineKey.cmd
|
||||
, Command.FromKey.cmd
|
||||
, Command.RegisterUrl.cmd
|
||||
, Command.SetKey.cmd
|
||||
, Command.DropKey.cmd
|
||||
, Command.TransferKey.cmd
|
||||
, Command.TransferKeys.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue