Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertBytesToSizeString ¶
ConvertBytesToSizeString converts a byte count to a human readable string.
Types ¶
type AboutCommand ¶
type AboutCommand interface {
Run()
}
func NewAboutCommand ¶
func NewAboutCommand(version, commitHash, date string) AboutCommand
type EditCommand ¶
func NewEditCommand ¶
func NewEditCommand(ctx stoic.Context, value string) EditCommand
type ListCommand ¶
type ListCommand interface {
Run()
}
func NewListCommand ¶
func NewListCommand(ctx stoic.Context) ListCommand
type QuoteCommand ¶
type QuoteCommand interface {
Run()
}
func NewQuoteCommand ¶
func NewQuoteCommand() QuoteCommand
Click to show internal directories.
Click to hide internal directories.