command

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = []Commander{}
View Source
var (
	ErrUnexpectedStatusCode = errors.New("unexpected status code")
)

Functions

func RegisterCommand

func RegisterCommand(cmd Commander)

Types

type Commander

type Commander interface {
	Command() *cli.Command
}

type FinancialReport

type FinancialReport struct {
	// contains filtered or unexported fields
}

func (*FinancialReport) Command

func (r *FinancialReport) Command() *cli.Command

type ShowVersion

type ShowVersion struct{}

func (ShowVersion) Command

func (c ShowVersion) Command() *cli.Command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL