Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "penny",
Short: "Penny is the nanny for your container commands",
Long: `
Penny wraps your command and executes in a prepopulated environment.
`,
PreRunE: preRunE,
RunE: runE,
Version: build,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.