Updated vars in 'root' cmd

This commit is contained in:
David Allen 2024-09-20 16:52:31 -06:00
parent 41c0e24c06
commit b488c32195
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -10,11 +10,14 @@ import (
)
var (
configPath string
config configurator.Config
verbose bool
targets []string
outputPath string
configPath string
config configurator.Config
verbose bool
targets []string
outputPath string
accessToken string
remoteHost string
remotePort int
)
var rootCmd = &cobra.Command{