guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 04/04: bash completion: Complete the ‘doc’ and ‘help’ actions


From: Ludovic Courtès
Subject: [shepherd] 04/04: bash completion: Complete the ‘doc’ and ‘help’ actions.
Date: Sun, 19 Nov 2023 17:37:22 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit 8df048a2365dcdd0d7e16e614aca2cdaa8c86970
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 19 18:20:37 2023 +0100

    bash completion: Complete the ‘doc’ and ‘help’ actions.
    
    * etc/completion/bash/herd (_herd_complete)[_herd_subcommands_list]: Add
    ‘doc’ and ‘help’.
---
 etc/completion/bash/herd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/completion/bash/herd b/etc/completion/bash/herd
index 892eedb..db016c4 100644
--- a/etc/completion/bash/herd
+++ b/etc/completion/bash/herd
@@ -77,7 +77,9 @@ _herd_complete()
                 _herd_subcommands_list=(
                     disable
                     discover
+                   doc
                     enable
+                   help
                     schedule
                     set-http-proxy
                     start



reply via email to

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