/* Copyright (c) 2023 Infisical Inc. */ package main import "github.com/Infisical/infisical-merge/packages/cmd" func main() { cmd.Execute() }