Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreviousOut ¶
type PreviousOut struct {
CommandLine string
ExitCode int
Output execx.ProcessOutput
}
type Session ¶
type Session struct {
Host *host.Host
History *thread.History
// Output of a previously executed command.
PreviousOut *PreviousOut
}
func NewSession ¶
func NewSession() *Session
func (*Session) ProcessChat ¶
Click to show internal directories.
Click to hide internal directories.