func()

in config/spinner.go [47:51]


func (c *Config) StopSpinner(waiter *spinner.Spinner) {
	if waiter != nil {
		waiter.Stop()
	}
}