import "github.com/sigstore/timestamp-authority/cmd/timestamp-cli/app/format"
wrap.go
type CobraCmd func(cmd *cobra.Command, args []string)
func WrapCmd(f formatCmd) CobraCmd