MCPcopy
hub / github.com/hashicorp/packer / SetArgs

Method SetArgs

packer_test/common/commands.go:79–82  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

77}
78
79func (pc *packerCommand) SetArgs(args ...string) *packerCommand {
80 pc.args = args
81 return pc
82}
83
84func (pc *packerCommand) AddEnv(key, val string) *packerCommand {
85 pc.env[key] = val

Calls

no outgoing calls