Beispiel #1
0
func handleDaemonQuit(ctx *cli.Context, client *daemon.Client) error {
	client.Exorcise()
	return nil
}