package main import ( "os" "github.com/m3tam3re/agent-lib/internal/cli" ) func main() { if err := cli.Execute(); err != nil { os.Exit(1) } }