feat(cli): implement search argument

This commit is contained in:
Patryk Hegenberg 2025-01-17 10:50:48 +01:00
parent 4c1e85018f
commit 8a14b72c5b
3 changed files with 97 additions and 2 deletions

View file

@ -31,7 +31,6 @@ var addCmd = &cobra.Command{
packages = viper.GetStringSlice("packages.non_headless")
}
// Add package to the appropriate list
packages = append(packages, name)
if isHeadless {