etc: teams: Itemize 'scope' field.

* etc/teams.scm.in (list-teams): Itemize the 'scope' field.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
zimoun 2022-11-17 21:28:19 +01:00 committed by Maxim Cournoyer
parent 60dc07a461
commit c4fec3b480
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -692,9 +692,9 @@ description: ~a
"<none>") "<none>")
(match (team-scope team) (match (team-scope team)
(() "") (() "")
(scope (format #f "scope: ~{~s ~}~%" scope)))) (scope (format #f "scope:~%~{+ ~a~^~%~}~%" scope))))
(list-members team #:prefix "+ ") (list-members team #:prefix "+ ")
(newline))) (newline))
(define (sort-teams teams) (define (sort-teams teams)
"Sort TEAMS, a list of <team> record objects." "Sort TEAMS, a list of <team> record objects."