Skip to content

Commit 9e9c01c

Browse files
committed
Print include/exclude options
1 parent 66ffb50 commit 9e9c01c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/run.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ func printRunResult(dirPath string, opts gitkustomizediff.RunOpts, res *gitkusto
107107
fmt.Printf("| dir | %s |\n", dirPath)
108108
fmt.Printf("| base | %s |\n", opts.Base)
109109
fmt.Printf("| target | %s |\n", opts.Target)
110+
fmt.Printf("| include | %s |\n", opts.IncludeRegexp)
111+
fmt.Printf("| exclude | %s |\n", opts.ExcludeRegexp)
110112
fmt.Printf("\n</details>\n\n")
111113

112114
fmt.Printf("<details><summary>Target Kustomizations</summary>\n\n")

0 commit comments

Comments
 (0)