Add keys and sync-keys commands

This commit is contained in:
Christian Rocha 2021-06-14 20:12:41 -04:00
commit a7a97a6fc2
No known key found for this signature in database
GPG key ID: D6CC7A16E5878018

View file

@ -400,6 +400,8 @@ func init() {
rootCmd.AddCommand(stashCmd)
rootCmd.AddCommand(cmd.LinkCmd("glow"))
rootCmd.AddCommand(cmd.KeysCmd)
rootCmd.AddCommand(cmd.KeySyncCmd)
rootCmd.AddCommand(configCmd)
}