Moved common vars to cmd/root.go
This commit is contained in:
parent
5e650544fc
commit
977ddf8a79
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ import (
|
||||||
var (
|
var (
|
||||||
configPath string
|
configPath string
|
||||||
config configurator.Config
|
config configurator.Config
|
||||||
|
targets []string
|
||||||
|
output string
|
||||||
)
|
)
|
||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue