dominicegginton / spinner

Powerful Swift CLI Spinners
MIT License
44 stars 5 forks source link

Migrate away from redundant update functions #36

Closed dominicegginton closed 3 years ago

dominicegginton commented 3 years ago

The library is cluttered with functions to update spinner properties. This makes the source hard to read while adding unnecessary complexity to the API and documentation. Public functions now implement the logic itself rather than calling a private function.