Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DockerCli command.Cli
DockerCli is the Docker CLI interface
View Source
var RootCmd = &cobra.Command{ Use: "ibug", Short: "iBug's Docker CLI plugin", Long: "iBug's Docker CLI plugin, but there's no feature implemented yet.", Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
RootCmd represents the base command when called without any subcommands
View Source
var TestCmd = &cobra.Command{ Use: "test", Short: "test command", Run: RunTest, Hidden: true, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.