remove Ui from command.MetaArgs

This commit is contained in:
Adrien Delorme 2020-05-12 12:14:30 +02:00
parent 77297e49e9
commit 7ca0a80a86
1 changed files with 0 additions and 2 deletions

View File

@ -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) {