Versions in this module Expand all Collapse all v0 v0.3.0 Dec 6, 2023 v0.2.0 Aug 16, 2023 Changes in this version + func SpruceUsage() + type CreateCommand struct + func NewCreateCommand() *CreateCommand + func (c *CreateCommand) Run() error + type GenerateCommand struct + func NewGenerateCommand() *GenerateCommand + func (g *GenerateCommand) Run() error + type Runner interface + Name func() string + Parse func([]string) error + Run func() error + type VersionCommand struct + func NewVersionCommand(binaryVersion, buildTime, goVersion, gitCommit string) *VersionCommand + func (v *VersionCommand) Run() error