Feat: Integration tests

This commit is contained in:
Daniel Hougaard
2024-04-16 17:28:18 +02:00
parent 6b473d2b36
commit 7ab8db0471

View File

@@ -87,3 +87,7 @@ func initLog() {
zerolog.SetGlobalLevel(zerolog.InfoLevel)
}
}
func NewRootCmd() *cobra.Command {
return rootCmd
}