Root changed to not run anything.
This commit is contained in:
parent
74b416c109
commit
a097ba092d
1 changed files with 4 additions and 6 deletions
|
@ -6,10 +6,8 @@ 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) {},
|
||||
}
|
||||
|
||||
|
||||
func Execute() {
|
||||
rootCmd.Execute()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue