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