actions

package
v0.0.0-...-dd82ce5 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const ANSI_BLUE = "\x1b[34m"
View Source
const ANSI_GREEN = "\x1b[32m"
View Source
const ANSI_MAGENTA = "\x1b[35m"
View Source
const ANSI_RESET = "\x1b[0m"
View Source
const ANSI_WHITE = "\x1b[37m"
View Source
const ANSI_YELLOW = "\x1b[33m"
View Source
const GIT_WARNING = "" /* 126-byte string literal not displayed */

Variables

This section is empty.

Functions

func Add

func Add(ctx context.Context, cmd *cli.Command) error

func CheckPathExists

func CheckPathExists(p string) (string, error)

func Clone

func Clone(ctx context.Context, cmd *cli.Command) error

func ConfirmAction

func ConfirmAction(msg string) (bool, error)

func GetPlate

func GetPlate(name string) (plate.UnloadedPlate, error)

func List

func List(ctx context.Context, cmd *cli.Command) error

func Remove

func Remove(ctx context.Context, cmd *cli.Command) error

func Rename

func Rename(ctx context.Context, cmd *cli.Command) error

func Show

func Show(ctx context.Context, cmd *cli.Command) error

Types

type INVALID_NUM_ARGS

type INVALID_NUM_ARGS struct {
	Expected int
	Received int
}

func (*INVALID_NUM_ARGS) Error

func (e *INVALID_NUM_ARGS) Error() string

type INVALID_PLATE_TYPE

type INVALID_PLATE_TYPE struct {
	Type string
}

func (*INVALID_PLATE_TYPE) Error

func (e *INVALID_PLATE_TYPE) Error() string

type NO_PLATE_EXISTS

type NO_PLATE_EXISTS struct {
	Name string
}

func (*NO_PLATE_EXISTS) Error

func (e *NO_PLATE_EXISTS) Error() string

Jump to

Keyboard shortcuts

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