Versions in this module Expand all Collapse all v1 v1.0.2 Jun 12, 2023 Changes in this version + type SplitCloseCommand struct + func SplitCloseCommandFactory() *SplitCloseCommand + func (cmd *SplitCloseCommand) AddOptions(set shell.CmdSet) + func (cmd *SplitCloseCommand) Execute(args []string) error v1.0.1 Jun 10, 2023 Changes in this version + type SplitIOTopic struct + About string + Description string + Key string + Title string + func NewSplitTopic() *SplitIOTopic + func (a *SplitIOTopic) GetDescription() string + func (a *SplitIOTopic) GetKey() string + func (a *SplitIOTopic) GetTitle() string + func (a *SplitIOTopic) WriteAbout(o io.Writer) error + func (a *SplitIOTopic) WriteSubTopic(o io.Writer, fname string) error v1.0.0 Jun 7, 2023 Changes in this version + func AddCommands() + type SplitConnectCommand struct + func SplitConnectCommandFactory() *SplitConnectCommand + func (cmd *SplitConnectCommand) AddOptions(set shell.CmdSet) + func (cmd *SplitConnectCommand) Execute(args []string) error + type SplitGetCommand struct + func SplitGetCommandFactory() *SplitGetCommand + func (cmd *SplitGetCommand) AddOptions(set shell.CmdSet) + func (cmd *SplitGetCommand) Execute(args []string) error