Moved common vars to cmd/root.go

This commit is contained in:
David J. Allen 2024-04-11 12:43:31 -06:00
parent 5e650544fc
commit 977ddf8a79
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -12,6 +12,8 @@ import (
var (
configPath string
config configurator.Config
targets []string
output string
)
var rootCmd = &cobra.Command{