Add `completions` help to README.md

This commit is contained in:
William Melody 2020-06-07 13:45:14 -07:00
parent a64c20bdd8
commit 4238e8bd81
1 changed files with 16 additions and 0 deletions

View File

@ -331,6 +331,7 @@ Usage:
hosts add <ip> <hostname> [<comment>]
hosts backups [create | (compare | delete | restore | show) <filename>]
hosts block <hostname>...
hosts completions (check | install [-d | --download] | uninstall)
hosts disable (<ip> | <hostname> | <search string>)
hosts disabled
hosts edit
@ -375,6 +376,7 @@ hosts help <command name>
<a href="#hosts-backups">backups</a>
<a href="#hosts-block">block</a>
<a href="#hosts-commands">commands</a>
<a href="#hosts-completions">completions</a>
<a href="#hosts-disable">disable</a>
<a href="#hosts-disabled">disabled</a>
<a href="#hosts-edit">edit</a>
@ -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