// Main entrypoint for the CLI app package main import ( "asdf/cmd" ) var version = "v0.15.0" // Placeholder for the real code func main() { cmd.Execute(version) }