feat: added 'profile' and 'plugins' flags
This commit is contained in:
parent
97fa0a1062
commit
4d33b12fe0
3 changed files with 16 additions and 0 deletions
|
|
@ -17,8 +17,11 @@ var (
|
|||
outputPath string
|
||||
rootPath string
|
||||
logLevel string
|
||||
profile string
|
||||
plugins []string
|
||||
timeout int
|
||||
)
|
||||
|
||||
var rootCmd = cobra.Command{
|
||||
Use: "configurator",
|
||||
Short: "Extensible configuration builder to download files",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue