| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -534,22 +534,6 @@ buffered but not yet executed. This method is primarily intended to be | |||
| 534 | 534 | called from within the action function for commands registered using the | |
| 535 | 535 | `replServer.defineCommand()` method. | |
| 536 | 536 | ||
| 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 | - | ||
| 553 | 537 | ### `replServer.setupHistory(historyPath, callback)` | |
| 554 | 538 | ||
| 555 | 539 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments