1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-10 08:30:39 +02:00

teams: Add ‘codeowners’ command in help message.

* etc/teams.scm (main): Add ‘codeowners’ command in help message.

Change-Id: I859997aba2b8829173e608e5ba1c8ab59b79d9c5
This commit is contained in:
Ludovic Courtès 2025-05-23 17:50:32 +02:00
parent ee8144743d
commit 38b05ff27b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1107,6 +1107,8 @@ Commands:
get-maintainer <patch>
compatibility mode with Linux get_maintainer.pl
show <team-name>
display <team-name> properties~%"))))
display <team-name> properties
codeowners
write a 'CODEOWNERS' file suitable for Codeberg on standard output~%"))))
(apply main (cdr (command-line)))