package main import ( "go.wzykubek.xyz/licensmith/cmd" ) func main() { cmd.Execute() }