Merge branch 'fix_colors_not_reset_bash' into 'main'

fix(repo search): Fix missing color reset and broken links in Bash

Closes #7365

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1350

Merged-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Davis Bickford <dbickford@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: mat <mat.gautron@gmail.com>
This commit is contained in:
Oscar Tovar 2023-10-27 15:58:57 +00:00
commit ebb39ffaae
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ func NewCmdSearch(f *cmdutils.Factory) *cobra.Command {
}
table := tableprinter.NewTablePrinter()
table.Wrap = true
for _, p := range projects {
table.AddCell(c.Green(string(rune(p.ID))))