Documentation ¶
Overview ¶
Package command implements functions for responding to user input and dispatching to appropriate backend commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandFunc ¶
func CommandFunc(fn func() error) cmdfunc
Types ¶
type ById ¶
type ById []*proctl.BreakPoint
type Commands ¶
type Commands struct {
// contains filtered or unexported fields
}
func DebugCommands ¶
func DebugCommands() *Commands
Returns a Commands struct with default commands defined.
Click to show internal directories.
Click to hide internal directories.