Versions in this module Expand all Collapse all v0 v0.2.0 Dec 29, 2023 Changes in this version + const Prompt + type History []historyEntry + func (h *History) Append(entry historyEntry) + type InteractiveSubshell struct + func (subshell InteractiveSubshell) CompileOptions() []cel.EnvOption + func (subshell InteractiveSubshell) LibraryName() string + func (subshell InteractiveSubshell) ProgramOptions() []cel.ProgramOption v0.1.0 Aug 16, 2023 Changes in this version + type Interactive struct + func NewInteractive() (*Interactive, error) + func (i *Interactive) Start() error