// Package main is the entry point for the neoirc-cli client. package main import "git.eeqj.de/sneak/neoirc/internal/cli" func main() { cli.Run() }