chore(deps): update dependencies

This commit is contained in:
Patryk Hegenberg 2026-01-10 17:10:38 +01:00
parent 5c00c164dd
commit ea317efaa4
8 changed files with 112 additions and 45 deletions

View file

@ -21,9 +21,10 @@ var searchCmd = &cobra.Command{
Run: func(cmd *cobra.Command, args []string) {
packageName := args[0]
managerName, _ := cmd.Flags().GetString("manager")
if managerName == "os" {
switch managerName {
case "os":
managerName = "OS Package Manager"
} else if managerName == "brew" {
case "brew":
managerName = "homebrew"
}