expect-cli 0.0.6 → 0.0.7
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/README.md +5 -5
- package/dist/assets/resolver.darwin-arm64-DG19oi97.node +0 -0
- package/dist/browser-mcp.js +1 -1
- package/dist/index.js +45 -43
- package/dist/index.js.map +1 -1
- package/dist/{server-D-3IipQn.js → server-DsSVRZK1.js} +41 -41
- package/dist/server-DsSVRZK1.js.map +1 -0
- package/package.json +4 -4
- package/dist/server-D-3IipQn.js.map +0 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ npx -y expect-cli@latest init
|
|
|
20
20
|
## Usage
|
|
21
21
|
|
|
22
22
|
```
|
|
23
|
-
Usage: expect [options] [command]
|
|
23
|
+
Usage: expect-cli [options] [command]
|
|
24
24
|
|
|
25
25
|
Options:
|
|
26
26
|
-m, --message <instruction> natural language instruction for what to test
|
|
@@ -36,10 +36,10 @@ Commands:
|
|
|
36
36
|
init install expect globally and set up skill
|
|
37
37
|
|
|
38
38
|
Examples:
|
|
39
|
-
$ expect open interactive TUI
|
|
40
|
-
$ expect -m "test the login flow" -y plan and run immediately
|
|
41
|
-
$ expect --target branch test all branch changes
|
|
42
|
-
$ expect --target unstaged test unstaged changes
|
|
39
|
+
$ expect-cli open interactive TUI
|
|
40
|
+
$ expect-cli -m "test the login flow" -y plan and run immediately
|
|
41
|
+
$ expect-cli --target branch test all branch changes
|
|
42
|
+
$ expect-cli --target unstaged test unstaged changes
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
## Resources & Contributing Back
|
|
Binary file
|
package/dist/browser-mcp.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{En as e,n as t,r as n,t as r}from"./server-
|
|
2
|
+
import{En as e,n as t,r as n,t as r}from"./server-DsSVRZK1.js";let i=!1;const a=e(function*(){yield*(yield*n).close()});(()=>{if(i)return;i=!0;let e=()=>{t.runPromise(a).finally(()=>process.exit(0))};process.once(`SIGINT`,e),process.once(`SIGTERM`,e),process.once(`beforeExit`,()=>{t.runPromise(a)})})(),r(t);export{};
|
|
3
3
|
//# sourceMappingURL=browser-mcp.js.map
|