Documentation
¶
Overview ¶
Package shell is built above the x/term library and provides friendlier bindings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct {
// contains filtered or unexported fields
}
Query represents a single command line sent by the user.
func (*Query) Argv ¶
Argv returns an array of whitespace separated arguments from the user's command.
func (*Query) Exit ¶
func (q *Query) Exit()
Exit stops the interactive shell after the handler returns.
Click to show internal directories.
Click to hide internal directories.