Documentation
¶
Index ¶
- Constants
- func Add(ctx context.Context, cmd *cli.Command) error
- func CheckPathExists(p string) (string, error)
- func Clone(ctx context.Context, cmd *cli.Command) error
- func ConfirmAction(msg string) (bool, error)
- func GetPlate(name string) (plate.UnloadedPlate, error)
- func List(ctx context.Context, cmd *cli.Command) error
- func Remove(ctx context.Context, cmd *cli.Command) error
- func Rename(ctx context.Context, cmd *cli.Command) error
- func Show(ctx context.Context, cmd *cli.Command) error
- type INVALID_NUM_ARGS
- type INVALID_PLATE_TYPE
- type NO_PLATE_EXISTS
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 CheckPathExists ¶
func ConfirmAction ¶
Types ¶
type INVALID_NUM_ARGS ¶
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
Click to show internal directories.
Click to hide internal directories.