Add exclude flag support (#1900)

Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
This commit is contained in:
Arel Rabinowitz
2024-11-05 17:16:00 +02:00
committed by GitHub
parent e802b23200
commit 3d4bf29c56
55 changed files with 4428 additions and 628 deletions

View File

@@ -443,6 +443,7 @@ func (m *Meta) Operation(b backend.Backend, vt arguments.ViewType, enc encryptio
Encryption: enc,
PlanOutBackend: planOutBackend,
Targets: m.targets,
Excludes: m.excludes,
UIIn: m.UIInput(),
UIOut: m.Ui,
Workspace: workspace,