readpresentkey: New plumbing command for checking location log.
This commit is contained in:
parent
101302f7fc
commit
50ef4105e3
4 changed files with 47 additions and 1 deletions
|
@ -29,6 +29,7 @@ import qualified Command.DropKey
|
|||
import qualified Command.TransferKey
|
||||
import qualified Command.TransferKeys
|
||||
import qualified Command.SetPresentKey
|
||||
import qualified Command.ReadPresentKey
|
||||
import qualified Command.ReKey
|
||||
import qualified Command.MetaData
|
||||
import qualified Command.View
|
||||
|
@ -156,6 +157,7 @@ cmds = concat
|
|||
, Command.TransferKey.cmd
|
||||
, Command.TransferKeys.cmd
|
||||
, Command.SetPresentKey.cmd
|
||||
, Command.ReadPresentKey.cmd
|
||||
, Command.ReKey.cmd
|
||||
, Command.MetaData.cmd
|
||||
, Command.View.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue