Versions in this module Expand all Collapse all v0 v0.1.1 Jan 12, 2025 Changes in this version + const KeyHelp + const KeySpark + type Command interface + GetType func() string + Print func() + func New() (Command, error) + type Help struct + Type string + func NewHelp() (*Help, error) + func (cmd *Help) GetType() string + func (cmd *Help) Print() + type Spark struct + Type string + func NewSpark() (*Spark, error) + func (cmd *Spark) GetType() string + func (cmd *Spark) Print() v0.1.0 Jan 12, 2025