mcp-ssh-pty 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -506,7 +506,7 @@ export function createCLI() {
|
|
|
506
506
|
.option("-l, --local", "保存到项目级别")
|
|
507
507
|
.option("-g, --global", "保存到用户级别")
|
|
508
508
|
.option("-H, --host <host>", "主机地址")
|
|
509
|
-
.option("-P, --port <port>", "端口"
|
|
509
|
+
.option("-P, --port <port>", "端口")
|
|
510
510
|
.option("-u, --user <user>", "用户名")
|
|
511
511
|
.option("-p, --password <password>", "密码")
|
|
512
512
|
.option("-k, --key <path>", "私钥路径")
|