File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
1313var rootCmd = & cobra.Command {
1414 Use : "hyperbolic" ,
1515 Short : "Hyperbolic CLI for renting remote GPU instances" ,
16- Long : `Hyperbolic CLI allows you to rent remote GPU instances on Hyperbolic.
17- Please create an account at https://app.hyperbolic.ai/ to get started, and make sure to upload your SSH public key in settings.` ,
16+ Long : `Hyperbolic CLI allows you to rent remote GPU instances on Hyperbolic.
17+ Please create an account at https://app.hyperbolic.ai/ to get started, and make sure to upload your SSH public key in settings.` ,
1818 // Uncomment the following line if your bare application
1919 // has an action associated with it:
2020 // Run: func(cmd *cobra.Command, args []string) { },
@@ -32,7 +32,7 @@ func Execute() {
3232func init () {
3333 // Hide the completion command from help output
3434 rootCmd .CompletionOptions .DisableDefaultCmd = true
35-
35+
3636 // Here you will define your flags and configuration settings.
3737 // Cobra supports persistent flags, which, if defined here,
3838 // will be global for your application.
You can’t perform that action at this time.
0 commit comments