Bun

interface

repl.REPLCommand

interface REPLCommand

  • action: REPLCommandAction

    The function to execute, optionally accepting a single string argument.

  • help?: string

    Help text to be displayed when .help is entered.