add more context for config variable usage

bump_x_net
Anurag Sharma 1 year ago committed by Lucas Bajolet
parent 8e75537601
commit 36f6b3644f

@ -67,7 +67,9 @@ type Config struct {
// name of the tmp environment variable file, if UseEnvVarFile is true
envVarFile string
// If user provided a shebang for inline scripts
// Set true if user provided a shebang for inline scripts.
// This is used to determine if the default shebang must be used
// or should be taken from inline commands
inlineShebangDefined bool
ctx interpolate.Context

Loading…
Cancel
Save