[bug#78568,1/5] teams: Add ‘codeowners’ command in help message.

Message ID dfc2b30c1b2e59e7ba654d2c33de7b258e4a69fd.1748029404.git.ludo@gnu.org
State New
Headers
Series Synchronize team definitions with Codeberg |

Commit Message

Ludovic Courtès May 23, 2025, 7:55 p.m. UTC
  * etc/teams.scm (main): Add ‘codeowners’ command in help message.

Change-Id: I859997aba2b8829173e608e5ba1c8ab59b79d9c5
---
 etc/teams.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
  

Patch

diff --git a/etc/teams.scm b/etc/teams.scm
index f7617e724e..a57d132787 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1107,6 +1107,8 @@  (define (main . args)
   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)))