develop

package
v2.0.0-alpha.15 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2020 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Plugins

func Plugins() []plugins.Plugin

Types

type Aliaser

type Aliaser interface {
	Developer
	CmdAliases() []string
}

type Cmd

type Cmd struct {
	// contains filtered or unexported fields
}

func (*Cmd) CmdAliases

func (cmd *Cmd) CmdAliases() []string

func (*Cmd) CmdName

func (cmd *Cmd) CmdName() string

func (*Cmd) Description

func (cmd *Cmd) Description() string

func (*Cmd) Flags

func (cmd *Cmd) Flags() *pflag.FlagSet

func (*Cmd) Main

func (cmd *Cmd) Main(ctx context.Context, root string, args []string) error

func (*Cmd) PluginName

func (cmd *Cmd) PluginName() string

func (*Cmd) PrintFlags

func (cmd *Cmd) PrintFlags(w io.Writer) error

func (*Cmd) ScopedPlugins

func (cmd *Cmd) ScopedPlugins() []plugins.Plugin

func (*Cmd) SubCommands

func (cmd *Cmd) SubCommands() []plugins.Plugin

func (*Cmd) WithPlugins

func (cmd *Cmd) WithPlugins(f plugins.Feeder)

type Developer

type Developer interface {
	plugins.Plugin
	// Develop will be called asynchronously with other implementations.
	// The context.Context should be listened to for cancellation.
	Develop(ctx context.Context, root string, args []string) error
}

func FindDeveloper

func FindDeveloper(name string, plugs []plugins.Plugin) Developer

func FindDeveloperFromArgs

func FindDeveloperFromArgs(args []string, plugs []plugins.Plugin) Developer

type Flagger

type Flagger interface {
	plugins.Plugin
	DevelopFlags() []*flag.Flag
}

type Namer

type Namer interface {
	Developer
	CmdName() string
}

type Pflagger

type Pflagger interface {
	plugins.Plugin
	DevelopFlags() []*pflag.Flag
}

type Stdouter

type Stdouter = plugio.Outer

Jump to

Keyboard shortcuts

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