From 4238e8bd81557a6c151c105b4bacb981175c0385 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 13:45:14 -0700 Subject: [PATCH] Add `completions` help to README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 4b7b9f3..815cad7 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,7 @@ Usage: hosts add [] hosts backups [create | (compare | delete | restore | show) ] hosts block ... + hosts completions (check | install [-d | --download] | uninstall) hosts disable ( | | ) hosts disabled hosts edit @@ -375,6 +376,7 @@ hosts help backupsblockcommands • + completionsdisabledisablededit • @@ -481,6 +483,20 @@ Description: Display the list of available commands. ``` +### `hosts completions` + +```text +Usage: + hosts completions (check | install [-d | --download] | uninstall) + +Options: + -d, --download Download the completion scripts and install. + +Description: + Manage completion scripts. For more information, visit: + https://github.com/xwmx/hosts/blob/master/etc/README.md +``` + ### `hosts disable` ```text