package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Aug 14, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
repl provides a simple Read-Eval-Print-Loop (REPL) to issue commands to an
integrated client.
AddCommand adds a command using the specific symbol.
type Command interface {
Exec(r *REPL, args ...string)
}
Command is a command executed by the REPL.
REPL is a Read-Eval-Print-Loop (REPL).
Run executes the Read-Eval-Print-Loop (REPL). This will block until the loop
is done.
Source Files
¶
Directories
¶
package commands contains commands that can be executed by the REPL.
|
package commands contains commands that can be executed by the REPL. |
Click to show internal directories.
Click to hide internal directories.