//
pkg.gl
Category
github.com/crazy-max/docker-cli
cli-plugins
plugin
package
22.10.0+incompatible
Repository:
https://github.com/crazy-max/docker-cli.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
10
Dependents
2
Files
144 SLOC
#
Functions
Run
Run is the top-level entry point to the CLI plugin framework.
RunPlugin
RunPlugin executes the specified plugin command.
#
Variables
PersistentPreRunE
PersistentPreRunE must be called by any plugin command (or subcommand) which uses the cobra `PersistentPreRun*` hook.