diff --git a/cmd/root.go b/cmd/root.go index be4697d..b36bfd2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -12,6 +12,8 @@ import ( var ( configPath string config configurator.Config + targets []string + output string ) var rootCmd = &cobra.Command{