in try_dax.go [66:75]
func main() { if err := initializeOptions(); err != nil { os.Exit(1) } if err := commandMap[*command](); err != nil { os.Stderr.WriteString(fmt.Sprintf("failed to execute command: %v\n", err)) os.Exit(1) } }