You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/repl-help/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The function accepts the following `options`:
51
51
52
52
-**dir**: root directory from which to search for package REPL help files. May be either an absolute path or a path relative to the current working directory. Default: current working directory.
53
53
-**pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
54
-
-**filename**: REPL help filename. May include a directory prefix (relative to a package's directory). Default: `docs/repl.txt`.
54
+
-**filename**: REPL help filename. May include a directory prefix (relative to a package's directory). Default: `docs/repl.txt`.
55
55
-**ignore**: list of glob patterns used to exclude matches.
56
56
57
57
To search from an alternative directory, set the `dir` option.
0 commit comments