We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f02ea1 commit f61e89aCopy full SHA for f61e89a
2 files changed
README.md
@@ -7,17 +7,17 @@
7
> 使用add命令时,会自动添加一条 127.0.0.1 localhost
8
9
```
10
-sudo npx hostcli add 127.0.0.1 test
+sudo npx easy-host-cli add 127.0.0.1 test
11
12
13
删除一个host
14
15
16
-sudo npx hostcli rm 127.0.0.1 test
+sudo npx easy-host-cli rm 127.0.0.1 test
17
18
19
删除一个ip下的所有host
20
21
22
-sudo npx hostcli rm 127.0.0.1
+sudo npx easy-host-cli rm 127.0.0.1
23
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"type": "module",
"bin": {
- "host-cli": "bin/cli.cjs"
+ "easy-host-cli": "bin/cli.cjs"
},
"scripts": {
"build": "tsup",
0 commit comments