mirror of
https://github.com/octoleo/hosts.git
synced 2025-04-06 23:41:51 +00:00
Add completions
help to README.md
This commit is contained in:
parent
a64c20bdd8
commit
4238e8bd81
16
README.md
16
README.md
@ -331,6 +331,7 @@ Usage:
|
|||||||
hosts add <ip> <hostname> [<comment>]
|
hosts add <ip> <hostname> [<comment>]
|
||||||
hosts backups [create | (compare | delete | restore | show) <filename>]
|
hosts backups [create | (compare | delete | restore | show) <filename>]
|
||||||
hosts block <hostname>...
|
hosts block <hostname>...
|
||||||
|
hosts completions (check | install [-d | --download] | uninstall)
|
||||||
hosts disable (<ip> | <hostname> | <search string>)
|
hosts disable (<ip> | <hostname> | <search string>)
|
||||||
hosts disabled
|
hosts disabled
|
||||||
hosts edit
|
hosts edit
|
||||||
@ -375,6 +376,7 @@ hosts help <command name>
|
|||||||
<a href="#hosts-backups">backups</a> •
|
<a href="#hosts-backups">backups</a> •
|
||||||
<a href="#hosts-block">block</a> •
|
<a href="#hosts-block">block</a> •
|
||||||
<a href="#hosts-commands">commands</a> •
|
<a href="#hosts-commands">commands</a> •
|
||||||
|
<a href="#hosts-completions">completions</a> •
|
||||||
<a href="#hosts-disable">disable</a> •
|
<a href="#hosts-disable">disable</a> •
|
||||||
<a href="#hosts-disabled">disabled</a> •
|
<a href="#hosts-disabled">disabled</a> •
|
||||||
<a href="#hosts-edit">edit</a> •
|
<a href="#hosts-edit">edit</a> •
|
||||||
@ -481,6 +483,20 @@ Description:
|
|||||||
Display the list of available commands.
|
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`
|
### `hosts disable`
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user