* Add config flag to toggle verbose Git repository output.
If `true`: the default, no change.
If `false`: Only show repositories that have been updated or have an error.
Minor tweak to output (removed colon) so that copy and paste for 'cd' is nicer.
* cargo update
* Remove the check for 'winget_enable' set to 'true'. On my Windows 10 and 11 machines, there are no issues with Winget anymore. As far as I remember, it was disabled by default because it was buggy back then.
* remove print_warning
* Revert "cargo update"
This reverts commit 5f4e532bc1.
* Removed the `enable_winget = true` configuration as winget is now enabled by default.
* Removed the #[cfg(windows)] flag.
* Revised as Recommended
* Wrapping at 80