in cmd/exit.go [24:33]
func init() { AddCommand(&Command{ Name: "exit", Help: "Exits", Handle: func(r *Request) error { os.Exit(0) return nil }, }) }