Skip to content

Commit

Permalink
remove todo and empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed Sep 10, 2024
1 parent 5e7e4bc commit 38dda02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions cmd/generate/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ func NewConfigCommand() *cobra.Command {
},

RunE: func(cmd *cobra.Command, _ []string) error {
// TODO: error checking based on given command

opts.outputPath, _ = cmd.Flags().GetString("output-path")
opts.isInteractive, _ = cmd.Flags().GetBool("interactive")

Expand Down Expand Up @@ -267,5 +265,4 @@ func runOutputGeneration(opts *Options, attributionMap map[string][]string) tea.

return tea.Quit()
}

}
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect

)

require (
Expand Down

0 comments on commit 38dda02

Please sign in to comment.