Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from vend/comments-with-period
Browse files Browse the repository at this point in the history
Add period to every top-level comment (Auto PR) 🤖
  • Loading branch information
Mick Staugaard authored Feb 10, 2021
2 parents ca535a2 + 898be15 commit c07bf8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/createTopic.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/spf13/cobra"
)

// createTopicCmd represents the createTopic command
// createTopicCmd represents the createTopic command.
var createTopicCmd = &cobra.Command{
Use: "createTopic",
Short: "Create one or more topics",
Expand Down
2 changes: 1 addition & 1 deletion cmd/deleteTopic.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

// deleteTopicCmd represents the deleteTopic command
// deleteTopicCmd represents the deleteTopic command.
var deleteTopicCmd = &cobra.Command{
Use: "deleteTopic",
Short: "Delete one or more topics",
Expand Down
2 changes: 1 addition & 1 deletion cmd/listTopics.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

// listTopicsCmd represents the listTopics command
// listTopicsCmd represents the listTopics command.
var listTopicsCmd = &cobra.Command{
Use: "listTopics",
Short: "List all the topics",
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

var bootstrapServer string

// rootCmd represents the base command when called without any subcommands
// rootCmd represents the base command when called without any subcommands.
var rootCmd = &cobra.Command{
Use: "kafkaCLI",
Short: "A CLI tool for Kafka",
Expand Down

0 comments on commit c07bf8f

Please sign in to comment.