package
0.0.0-20220528220807-84b86e23b7f5
Repository: https://github.com/vdemeester/cli.git
Documentation: pkg.go.dev
# Functions
Run is the top-level entry point to the CLI plugin framework.
RunningStandalone tells a CLI plugin it is run standalone by direct execution.
RunPlugin executes the specified plugin command.
# Variables
PersistentPreRunE must be called by any plugin command (or subcommand) which uses the cobra `PersistentPreRun*` hook.