Skip to content

Commit

Permalink
test with new comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Dec 10, 2024
1 parent efa9aa8 commit 5e257a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/citool/cmd/csv_export_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ var csvExportCmd = &cobra.Command{
},
}

func OhMyGod() {
fmt.Println("Oh my god!")
}

func init() {
csvExportCmd.Flags().StringP("file", "f", "", "Path to YML file")
err := csvExportCmd.MarkFlagRequired("file")
Expand Down

0 comments on commit 5e257a9

Please sign in to comment.