Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommands ¶
func AddCommands()
Types ¶
type SplitCloseCommand ¶ added in v1.0.2
type SplitCloseCommand struct { }
func SplitCloseCommandFactory ¶ added in v1.0.2
func SplitCloseCommandFactory() *SplitCloseCommand
func (*SplitCloseCommand) AddOptions ¶ added in v1.0.2
func (cmd *SplitCloseCommand) AddOptions(set shell.CmdSet)
func (*SplitCloseCommand) Execute ¶ added in v1.0.2
func (cmd *SplitCloseCommand) Execute(args []string) error
type SplitConnectCommand ¶
type SplitConnectCommand struct { }
func SplitConnectCommandFactory ¶
func SplitConnectCommandFactory() *SplitConnectCommand
func (*SplitConnectCommand) AddOptions ¶
func (cmd *SplitConnectCommand) AddOptions(set shell.CmdSet)
func (*SplitConnectCommand) Execute ¶
func (cmd *SplitConnectCommand) Execute(args []string) error
type SplitGetCommand ¶
type SplitGetCommand struct {
// contains filtered or unexported fields
}
func SplitGetCommandFactory ¶
func SplitGetCommandFactory() *SplitGetCommand
func (*SplitGetCommand) AddOptions ¶
func (cmd *SplitGetCommand) AddOptions(set shell.CmdSet)
func (*SplitGetCommand) Execute ¶
func (cmd *SplitGetCommand) Execute(args []string) error
type SplitIOTopic ¶ added in v1.0.1
func NewSplitTopic ¶ added in v1.0.1
func NewSplitTopic() *SplitIOTopic
NewSubstitutionTopic -- return a topic structure for help about Substitutions
func (*SplitIOTopic) GetDescription ¶ added in v1.0.1
func (a *SplitIOTopic) GetDescription() string
GetDescription -- return the description of substitution about topic
func (*SplitIOTopic) GetKey ¶ added in v1.0.1
func (a *SplitIOTopic) GetKey() string
GetKey -- return the key to the substitution help topic
func (*SplitIOTopic) GetTitle ¶ added in v1.0.1
func (a *SplitIOTopic) GetTitle() string
GetTitle() -- return the title of the substitution about topic
func (*SplitIOTopic) WriteAbout ¶ added in v1.0.1
func (a *SplitIOTopic) WriteAbout(o io.Writer) error
WriteAbout -- write the substitution about topic to the provided writer
func (*SplitIOTopic) WriteSubTopic ¶ added in v1.0.1
func (a *SplitIOTopic) WriteSubTopic(o io.Writer, fname string) error
WriteSubTopic -- Write the Subtopic about information
Click to show internal directories.
Click to hide internal directories.