cmd

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(version string) error

Execute starts the cli.

Types

type Asset added in v0.3.0

type Asset struct {
	Name               string `json:"name"`
	BrowserDownloadURL string `json:"browser_download_url"`
}

type ErrExpiredCreds

type ErrExpiredCreds struct {
	Msg string
}

ErrExpiredCreds represents an error when the saved credentials have been expired.

func (ErrExpiredCreds) Error

func (e ErrExpiredCreds) Error() string

Satisfy the error interface.

type Release added in v0.3.0

type Release struct {
	TagName string  `json:"tag_name"`
	Assets  []Asset `json:"assets"`
}

Jump to

Keyboard shortcuts

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