cf

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2020 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CF

type CF struct {
	UI      UI
	Help    Help
	Cmds    []Cmd
	Version string
}

func (*CF) Run

func (c *CF) Run(args []string) error

type Cmd

type Cmd interface {
	Match(args []string) bool
	Run(args []string) error
}

type Help

type Help interface {
	Short()
	Long()
}

type UI

type UI interface {
	Prompt(prompt string) string
	Output(format string, a ...interface{})
	Error(err error)
}

Directories

Path Synopsis
cmd
mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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