//
pkg.gl
Category
github.com/gobuffalo/cli
internal
plugins
package
0.18.14
Repository:
https://github.com/gobuffalo/cli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
22
Dependents
5
Files
458 SLOC
#
Packages
plugcmds
No description provided by the author
plugdeps
No description provided by the author
#
Functions
Available
Available plugins for the `buffalo` command.
Decorate
Decorate setup cobra Commands for plugins.
Load
Load will add listeners for any plugins that support "events".
LookPath
LookPath for plugin.
#
Constants
EvtSetupErr
No description provided by the author
EvtSetupFinished
No description provided by the author
EvtSetupStarted
No description provided by the author
#
Variables
CachePath
CachePath returns the path to the plugins cache.
ErrPlugMissing
ErrPlugMissing error for when a plugin is missing.
#
Structs
Command
Command that the plugin supplies.
#
Type aliases
Commands
Commands is a slice of Command.
List
List maps a Buffalo command to a slice of Command.