Esempio n. 1
0
File: main.go Progetto: bryanwb/kh
func executeUpdate(h *kh.Hand, args []string) {
	if err := h.Update(args); err != nil {
		log.Errorf("Encountered error updating fingers")
		log.Errorf("Error message: %v", err)
		os.Exit(1)
	}
}