Documentation
¶
Index ¶
Constants ¶
View Source
const TruncateCommandLength = 20
Variables ¶
View Source
var PsCmd = &cobra.Command{
Use: "ps",
Short: "List containers",
RunE: ps,
}
View Source
var RootCmd = &cobra.Command{ Use: "ibug", Short: "iBug's Docker CLI plugin", 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.