Update pkg/config/template.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
303c328a4b
commit
801a3e7bfd
|
|
@ -30,7 +30,7 @@ type TemplateOptions struct {
|
|||
IncludeNeeds bool
|
||||
// IncludeTransitiveNeeds is the include transitive needs flag
|
||||
IncludeTransitiveNeeds bool
|
||||
// EnforceNeedsAreInstalled is true we should error if/when there are unmeetable dependencies
|
||||
// EnforceNeedsAreInstalled indicates whether to error when there are unmeetable dependencies
|
||||
EnforceNeedsAreInstalled bool
|
||||
// No-Hooks is the no hooks flag
|
||||
NoHooks bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue