mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
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 (
|
||||
configPath string
|
||||
config configurator.Config
|
||||
targets []string
|
||||
output string
|
||||
)
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue