Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 89aeae6

Browse filesBrowse files
avivkellertargos
authored andcommitted
doc: remove parseREPLKeyword from REPL documentation
PR-URL: #54749 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 268f1ec commit 89aeae6
Copy full SHA for 89aeae6

File tree

Expand file treeCollapse file tree

1 file changed

+0
-16
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-16
lines changed
Open diff view settings
Collapse file

‎doc/api/repl.md‎

Copy file name to clipboardExpand all lines: doc/api/repl.md
-16Lines changed: 0 additions & 16 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -534,22 +534,6 @@ buffered but not yet executed. This method is primarily intended to be
534534
called from within the action function for commands registered using the
535535
`replServer.defineCommand()` method.
536536

537-
### `replServer.parseREPLKeyword(keyword[, rest])`
538-
539-
<!-- YAML
540-
added: v0.8.9
541-
deprecated: v9.0.0
542-
-->
543-
544-
> Stability: 0 - Deprecated.
545-
546-
* `keyword` {string} the potential keyword to parse and execute
547-
* `rest` {any} any parameters to the keyword command
548-
* Returns: {boolean}
549-
550-
An internal method used to parse and execute `REPLServer` keywords.
551-
Returns `true` if `keyword` is a valid keyword, otherwise `false`.
552-
553537
### `replServer.setupHistory(historyPath, callback)`
554538

555539
<!-- YAML

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.