Skip to content

Commit

Permalink
Merge pull request #55 from UpCloudLtd/fix-root-cmd
Browse files Browse the repository at this point in the history
fix(root): use default cobra behavious when called
  • Loading branch information
kaminek authored Apr 16, 2021
2 parents 90d1ccd + f6390c9 commit 1618acf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/core/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ func BuildRootCmd(_ []string, conf *config.Config) cobra.Command {

return nil
},

Run: func(cmd *cobra.Command, args []string) {},
}

rootCmd.BashCompletionFunction = commands.CustomBashCompletionFunc(rootCmd.Use)
Expand Down

0 comments on commit 1618acf

Please sign in to comment.