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{
|
||||
Use: "ionbeam",
|
||||
Short: "ionbeam is a client for Apache Aurora",
|
||||
Long: `A light-weight, intuitive command line client for use with Apache Aurora.`,
|
||||
Run: func(cmd *cobra.Command, args []string) {},
|
||||
}
|
||||
Long: `A light-weight, intuitive command line client for use with Apache Aurora.`,
|
||||
}
|
||||
|
||||
|
||||
func Execute() {
|
||||
func Execute() {
|
||||
rootCmd.Execute()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue