develop

package
v2.0.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2020 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Plugins

func Plugins() []plugins.Plugin

Types

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) SubCommand

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

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 asyncronously with other implementations.
	// The context.Context should be listened to for cancellation.
	Develop(ctx context.Context, root string, args []string) error
}

type Flagger

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

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