Versions in this module Expand all Collapse all v0 v0.9.0 Nov 5, 2024 v0.8.0 Jun 14, 2024 Changes in this version + var Commands = []Commander + var ErrUnexpectedStatusCode = errors.New("unexpected status code") + func RegisterCommand(cmd Commander) + type Commander interface + Command func() *cli.Command + type FinancialReport struct + func (r *FinancialReport) Command() *cli.Command + type ShowVersion struct + func (c ShowVersion) Command() *cli.Command