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 (
|
var (
|
||||||
configPath string
|
configPath string
|
||||||
config configurator.Config
|
config configurator.Config
|
||||||
verbose bool
|
verbose bool
|
||||||
targets []string
|
targets []string
|
||||||
outputPath string
|
outputPath string
|
||||||
|
accessToken string
|
||||||
|
remoteHost string
|
||||||
|
remotePort int
|
||||||
)
|
)
|
||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue