Add new flags to the 'list' subcommand

This commit is contained in:
2025-10-19 14:28:14 +03:00
parent bee23e2f56
commit f066e26dc2
2 changed files with 38 additions and 0 deletions
+3
View File
@@ -75,6 +75,9 @@ func GetInstalledPackages(rootDir string) (ret []string, err error) {
ret = append(ret, bpmpkg.PkgInfo.Name)
}
// Sort packages
slices.Sort(ret)
return ret, nil
}