Documentation ¶
Overview ¶
Package shell provides an interactive shell to load & run amod files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ErrInvalidFramework ¶ added in v0.9.0
type ErrInvalidFramework struct {
Name string
}
func (ErrInvalidFramework) Error ¶ added in v0.9.0
func (e ErrInvalidFramework) Error() string
type ErrUnrecognizedCommand ¶ added in v0.9.0
type ErrUnrecognizedCommand struct {
Command string
}
func (ErrUnrecognizedCommand) Error ¶ added in v0.9.0
func (e ErrUnrecognizedCommand) Error() string
Click to show internal directories.
Click to hide internal directories.