interface REPLCommand Usageimport { type REPLCommand } from "node:repl"; Properties optional help: string | undefined Help text to be displayed when .help is entered. action: REPLCommandAction The function to execute, optionally accepting a single string argument.