// Copyright (c) 2025, Julian Müller (ChaoticByte) package main import ( "os" ) func main() { os.Exit(CliRun()) }