package main import ( "specCon18/wand-templater/cmd" ) func main() { cmd.Execute() }