docs: refine packages and container-registry command help text
What does this MR do?
Documentation review pass for the new glab packages and glab container-registry command groups, tracked in #8367 (closed). Since these doc pages are auto-generated from the command source, the fixes are made in the Short/Long/flag strings and the pages regenerated with make gen-docs.
Changes, all aligned with the glab documentation style guide:
- Synopsis no longer restates the Short description (style guide: "avoid repeating information from the short description"). Affects
packageslist/upload/delete andcontainer-registryrepository delete/list/view and tag list/view. packages list --package-typeflag label rendered as a run-on sentence (Package type composer, conan, debian…). Now readsFilter packages by type. One of: composer, conan, …, terraform_module.packages delete --yesdropped the manual(default false)(the guide says not to annotate false-default booleans; the container-registry delete commands already omit it).packagesgroup Synopsis dropped the time-relative "currently".
Verification
make build,make gen-docs(no stale diff)go test ./internal/commands/packages/... ./internal/commands/container_registry/...— all pass- Vale: 0 errors; all server-side pre-push hooks (vale, build, check-generated, go-test, go-lint) pass
Related issues
Related to #8367 (closed)
Edited by Brendan Lynch