Root changed to not run anything.
This commit is contained in:
parent
74b416c109
commit
a097ba092d
1 changed files with 4 additions and 6 deletions
10
cmd/root.go
10
cmd/root.go
|
@ -5,11 +5,9 @@ import "github.com/spf13/cobra"
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Use: "ionbeam",
|
Use: "ionbeam",
|
||||||
Short: "ionbeam is a client for Apache Aurora",
|
Short: "ionbeam is a client for Apache Aurora",
|
||||||
Long: `A light-weight, intuitive command line client for use with Apache Aurora.`,
|
Long: `A light-weight, intuitive command line client for use with Apache Aurora.`,
|
||||||
Run: func(cmd *cobra.Command, args []string) {},
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
func Execute() {
|
||||||
func Execute() {
|
|
||||||
rootCmd.Execute()
|
rootCmd.Execute()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue