document what a REPL is
This commit is contained in:
parent
53a5e90d78
commit
f7bf80724c
|
@ -174,7 +174,7 @@ func (c *ConsoleCommand) modeInteractive(session *REPLSession) int { // Setup th
|
||||||
// from Handle to signal a graceful exit.
|
// from Handle to signal a graceful exit.
|
||||||
var ErrSessionExit = errors.New("Session exit")
|
var ErrSessionExit = errors.New("Session exit")
|
||||||
|
|
||||||
// Session represents the state for a single REPL session.
|
// Session represents the state for a single Read-Evaluate-Print-Loop (REPL) session.
|
||||||
type REPLSession struct {
|
type REPLSession struct {
|
||||||
// Core is used for constructing interpolations based off packer templates
|
// Core is used for constructing interpolations based off packer templates
|
||||||
Core *packer.Core
|
Core *packer.Core
|
||||||
|
|
Loading…
Reference in New Issue