replServer.parseREPLKeyword(keyword[, rest])
稳定性: 0 - 弃用.
用于解析和执行 REPLServer
个关键字的内部方法。
如果 keyword
是有效关键字,则返回 true
,否则返回 false
。
Stability: 0 - Deprecated.
keyword
<string> the potential keyword to parse and executerest
<any> any parameters to the keyword command- Returns: <boolean>
An internal method used to parse and execute REPLServer
keywords.
Returns true
if keyword
is a valid keyword, otherwise false
.