Skip to content

Commit

Permalink
Merge pull request #1573 from rsteube/add-missing-links
Browse files Browse the repository at this point in the history
added missing links
  • Loading branch information
rsteube authored Mar 18, 2023
2 parents 47f7e9d + d4e240e commit f2a8b0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions completers/git-clang-format_completer/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
var rootCmd = &cobra.Command{
Use: "git-clang-format",
Short: "run clang-format on lines that differ",
Long: "https://clang.llvm.org/docs/ClangFormat.html",
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down
1 change: 1 addition & 0 deletions completers/kotlin_completer/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
var rootCmd = &cobra.Command{
Use: "kotlin",
Short: "run Kotlin programs, scripts or REPL",
Long: "https://kotlinlang.org/docs/command-line.html",
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down
1 change: 1 addition & 0 deletions completers/newrelic_completer/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
var rootCmd = &cobra.Command{
Use: "newrelic",
Short: "The New Relic CLI",
Long: "https://github.com/newrelic/newrelic-cli",
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down
1 change: 1 addition & 0 deletions completers/terramate_completer/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
var rootCmd = &cobra.Command{
Use: "terramate",
Short: "A tool for managing terraform stacks",
Long: "https://github.com/mineiros-io/terramate",
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down
1 change: 1 addition & 0 deletions completers/yarn_completer/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
var rootCmd = &cobra.Command{
Use: "yarn",
Short: "Yarn is a package manager that doubles down as project manager",
Long: "https://yarnpkg.com/",
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down

0 comments on commit f2a8b0f

Please sign in to comment.