Skip to content

Commit 47749f3

Browse files
committed
adding run-terminal command to enapter3 cli command
1 parent 5a4ef75 commit 47749f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/enapter3.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,19 @@ const completionSpec: Fig.Spec = {
444444
...commonOptions,
445445
],
446446
},
447+
{
448+
name: "run-terminal",
449+
description: "Run shell terminal for Enapter Gateway device",
450+
options: [
451+
{
452+
name: ["-d", "--device-id"],
453+
description: "Enapter Gateway Device ID",
454+
isRequired: true,
455+
args: { name: "device-id" },
456+
},
457+
...commonOptions,
458+
],
459+
},
447460
],
448461
},
449462
{

0 commit comments

Comments
 (0)