civodul pushed a commit to branch master
in repository shepherd.

commit 8df048a2365dcdd0d7e16e614aca2cdaa8c86970
Author: Ludovic Courtès <[email protected]>
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