AllPac/pkg/packagemanager
VetheonGames 132740b7a1 Major Update 6 (Pre-Release Binary 0.8)
Changes to main.go:
```
- make needed changes to remove the flag package
- refactor functions to use the preferred command syntax
```

changes to logger.go:
```
- make logger be quiet and stop outputting to STDOUT now that we are in user testing
```

changes to install.go:
```
- setup some extra logic in InstallPAckageSnap to install snaps in "classic confinement mode" if the user wishes
```

changes to updater_utils.go:
```
- create the file to contain some helper methods (namely one to update packages by name from a more central interface)
```

changes to cli_utils.go:
```
- create the file to contain some helper methods for the CLI (namely just a method to handle errors in the update process)
```
2024-01-07 17:30:30 -07:00
..
all_updater.go Major update 4 2024-01-04 19:17:43 -07:00
aur.go Major Update 5 2024-01-05 12:53:27 -07:00
flatpak.go Major Update 5 2024-01-05 12:53:27 -07:00
install.go Major Update 6 (Pre-Release Binary 0.8) 2024-01-07 17:30:30 -07:00
installer_utils.go Major Update 5 2024-01-05 12:53:27 -07:00
packagelist-manager.go Major Update 5 2024-01-05 12:53:27 -07:00
pacman.go Major Update 5 2024-01-05 12:53:27 -07:00
search.go Minor Update 1 2024-01-04 20:12:26 -07:00
snap.go Minor Update 2 2024-01-07 16:04:27 -07:00
updater_utils.go Major Update 6 (Pre-Release Binary 0.8) 2024-01-07 17:30:30 -07:00