package cmd import "github.com/spf13/cobra" func newVerifyCmd() *cobra.Command { return &cobra.Command{Use: "verify ARCHIVE", Short: "Check an archive against the key in hand"} }