mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-19 19:17:01 -07:00
Updated vars in 'root' cmd
This commit is contained in:
parent
41c0e24c06
commit
b488c32195
1 changed files with 8 additions and 5 deletions
13
cmd/root.go
13
cmd/root.go
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue