Skip to content

Commit

Permalink
remove unused Run: command
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticrabbit committed Dec 21, 2021
1 parent c7277f6 commit 9251bde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var getCmd = &cobra.Command{
Use: "get",
Short: "gets JSON from Clickup",
Long: `get retrieves data in JSON format from the Clickup API`,
Run: func(cmd *cobra.Command, args []string) {},
}

func init() {
Expand Down

0 comments on commit 9251bde

Please sign in to comment.