emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58817: closed ([PATCH] etc: teams: Add help information for commands


From: GNU bug Tracking System
Subject: bug#58817: closed ([PATCH] etc: teams: Add help information for commands.)
Date: Thu, 03 Nov 2022 16:43:02 +0000

Your message dated Thu, 03 Nov 2022 17:42:01 +0100
with message-id <87wn8cm1ld.fsf@cbaines.net>
and subject line Re: [bug#58817] [PATCH] etc: teams: Add help information for 
commands.
has caused the debbugs.gnu.org bug report #58817,
regarding [PATCH] etc: teams: Add help information for commands.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58817: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58817
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] etc: teams: Add help information for commands. Date: Thu, 27 Oct 2022 11:09:09 -0400
* etc/teams.scm.in (main): Add command information to usage help prompt.
---
Add help info so users don't have to read the source to use teams.scm.

 etc/teams.scm.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index c27ea5271e..14cabbf6f2 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -601,6 +601,12 @@ (define (main . args)
       team-names))
     (anything
      (format (current-error-port)
-             "Usage: etc/teams.scm <command> [<args>]~%"))))
+             "Usage: etc/teams.scm <command> [<args>]
+
+Commands:
+  cc <team-name>            get git send-email flags for cc-ing <team-name>
+  cc-members <start> <end>  cc teams related to files changed between revisions
+  list-teams                list teams and their members
+  list-members <team-name>  list members belonging to <team-name>~%"))))
 
 (apply main (cdr (command-line)))
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#58817] [PATCH] etc: teams: Add help information for commands. Date: Thu, 03 Nov 2022 17:42:01 +0100 User-agent: mu4e 1.8.9; emacs 28.1
Antero Mejr via Guix-patches via <guix-patches@gnu.org> writes:

> * etc/teams.scm.in (main): Add command information to usage help prompt.
> ---
> Add help info so users don't have to read the source to use teams.scm.
>
>  etc/teams.scm.in | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)

Looks good to me :) I've pushed this to master as
7a4f858f3922814adfbbc257440e0b15f54a58a9.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]