remove Ui from command.MetaArgs
This commit is contained in:
parent
77297e49e9
commit
7ca0a80a86
|
@ -8,7 +8,6 @@ import (
|
||||||
"github.com/hashicorp/packer/helper/enumflag"
|
"github.com/hashicorp/packer/helper/enumflag"
|
||||||
kvflag "github.com/hashicorp/packer/helper/flag-kv"
|
kvflag "github.com/hashicorp/packer/helper/flag-kv"
|
||||||
sliceflag "github.com/hashicorp/packer/helper/flag-slice"
|
sliceflag "github.com/hashicorp/packer/helper/flag-slice"
|
||||||
"github.com/hashicorp/packer/packer"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// ConfigType tells what type of config we should use, it can return values
|
// ConfigType tells what type of config we should use, it can return values
|
||||||
|
@ -53,7 +52,6 @@ type MetaArgs struct {
|
||||||
Only, Except []string
|
Only, Except []string
|
||||||
Vars map[string]string
|
Vars map[string]string
|
||||||
VarFiles []string
|
VarFiles []string
|
||||||
Ui packer.Ui
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ba *BuildArgs) AddFlagSets(flags *flag.FlagSet) {
|
func (ba *BuildArgs) AddFlagSets(flags *flag.FlagSet) {
|
||||||
|
|
Loading…
Reference in New Issue