checkpresentkey: New plumbing command to check if a key can be verified to be present on a remote.
This commit is contained in:
parent
50ef4105e3
commit
e6158130c6
4 changed files with 49 additions and 0 deletions
|
@ -30,6 +30,7 @@ import qualified Command.TransferKey
|
|||
import qualified Command.TransferKeys
|
||||
import qualified Command.SetPresentKey
|
||||
import qualified Command.ReadPresentKey
|
||||
import qualified Command.CheckPresentKey
|
||||
import qualified Command.ReKey
|
||||
import qualified Command.MetaData
|
||||
import qualified Command.View
|
||||
|
@ -158,6 +159,7 @@ cmds = concat
|
|||
, Command.TransferKeys.cmd
|
||||
, Command.SetPresentKey.cmd
|
||||
, Command.ReadPresentKey.cmd
|
||||
, Command.CheckPresentKey.cmd
|
||||
, Command.ReKey.cmd
|
||||
, Command.MetaData.cmd
|
||||
, Command.View.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue