Update pkg/config/apply.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
801a3e7bfd
commit
6e466a0150
|
|
@ -28,7 +28,7 @@ type ApplyOptions struct {
|
|||
IncludeNeeds bool
|
||||
// IncludeTransitiveNeeds is true if the transitive needs should be included
|
||||
IncludeTransitiveNeeds bool
|
||||
// EnforceNeedsAreInstalled is true we should error if/when there are unmeetable dependencies
|
||||
// EnforceNeedsAreInstalled is true if we should error if/when there are unmeetable dependencies
|
||||
EnforceNeedsAreInstalled bool
|
||||
// SkipDiffOnInstall is true if the diff should be skipped on install
|
||||
SkipDiffOnInstall bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue