fix: improve some wordings and cli table

This commit is contained in:
Michael Barz
2024-09-13 14:24:45 +02:00
parent ac26cd8035
commit 8b8aad6591
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ func listUnifiedRoles(cfg *config.Config) *cli.Command {
case 0:
rows[0] = append(rows[0], row...)
default:
rows = append(rows, append(slices.Clone(rows[0][:len(rows[0])-len(row)]), row...))
rows[0][3] = rows[0][3] + "\n" + rolePermission.GetCondition()
}
}