Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAutoCompleter ¶
func NewAutoCompleter(ctx *commands.ExecContext) readline.AutoCompleter
func Start ¶
func Start(ctx *commands.ExecContext) error
Types ¶
type DSLSession ¶
type DSLSession struct {
// contains filtered or unexported fields
}
func NewDSLSession ¶
func NewDSLSession(envName string, output io.Writer) (*DSLSession, error)
func (*DSLSession) Context ¶
func (session *DSLSession) Context() *commands.ExecContext
func (*DSLSession) Execute ¶
func (session *DSLSession) Execute(line string) error
func (*DSLSession) ExecuteFile ¶
func (session *DSLSession) ExecuteFile(path string) error
Click to show internal directories.
Click to hide internal directories.