Documentation
¶
Index ¶
- func Execute()
- func Init(provider plugin.Provider)
- func NewBrew(root *cobra.Command)
- func NewConfig(root *cobra.Command)
- func NewExecute(root *cobra.Command)
- func NewInit(root *cobra.Command)
- func NewPrompt(root *cobra.Command)
- func NewRequire(root *cobra.Command)
- func NewRoot() *cobra.Command
- func NewVersion(root *cobra.Command)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func NewExecute ¶ added in v0.8.0
NewExecute represents the exec command
func NewRequire ¶ added in v0.8.0
NewRequire represents the require command
func NewRoot ¶ added in v0.8.0
NewRoot represents the base command when called without any subcommands
func NewVersion ¶ added in v0.8.0
NewVersion represents the version command
Types ¶
This section is empty.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Command docgen generates Markdown documentation for every cobra command shipped by posh — both the binary-only commands (init, config, version) and the downstream-only commands that require a Plugin (prompt, execute, brew, require).
|
Command docgen generates Markdown documentation for every cobra command shipped by posh — both the binary-only commands (init, config, version) and the downstream-only commands that require a Plugin (prompt, execute, brew, require). |
Click to show internal directories.
Click to hide internal directories.