in cli/config.go [92:98]
func resetAll() error { cfg, err := config.LoadUserConfig() if err != nil { return err } return cfg.ResetAll() }