cliutil

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2018 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintLines

func PrintLines(lines []string)

Types

type StatusColor

type StatusColor interface {
	NeedToCommit(string) string
	NeedToPush(string) string
	NeedToCommitAndPush(string) string
	UpToDate(string) string
	Unknown(string) string
}

type StatusColorDisabled

type StatusColorDisabled struct {
}

func (StatusColorDisabled) NeedToCommit

func (StatusColorDisabled) NeedToCommit(string string) string

func (StatusColorDisabled) NeedToCommitAndPush

func (StatusColorDisabled) NeedToCommitAndPush(string string) string

func (StatusColorDisabled) NeedToPush

func (StatusColorDisabled) NeedToPush(string string) string

func (StatusColorDisabled) Unknown

func (StatusColorDisabled) Unknown(string string) string

func (StatusColorDisabled) UpToDate

func (StatusColorDisabled) UpToDate(string string) string

type StatusColorEnabled

type StatusColorEnabled struct {
}

func (StatusColorEnabled) NeedToCommit

func (StatusColorEnabled) NeedToCommit(string string) string

func (StatusColorEnabled) NeedToCommitAndPush

func (StatusColorEnabled) NeedToCommitAndPush(string string) string

func (StatusColorEnabled) NeedToPush

func (StatusColorEnabled) NeedToPush(string string) string

func (StatusColorEnabled) Unknown

func (StatusColorEnabled) Unknown(string string) string

func (StatusColorEnabled) UpToDate

func (StatusColorEnabled) UpToDate(string string) string

Jump to

Keyboard shortcuts

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