main.go

1package main
2
3import "git.secluded.site/keld/cmd"
4
5func main() {
6	cmd.Execute()
7}