Skip to content

Commit 21a59e8

Browse files
committed
Added logging for new single json flag
1 parent 56c8848 commit 21a59e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func mainReturnWithCode() int {
4848
"CLIflags.SkipDependencyDownload": CLIflags.SkipDependencyDownload,
4949
"CLIflags.DependencyDirectory": CLIflags.DependencyDirectory,
5050
"CLIflags.NumberOfPackages": CLIflags.NumberOfPackages,
51+
"CLIflags.SingleJsonOutput": CLIflags.SingleJsonOutput,
5152
"CLIflags.PerformIntegrityCheck": CLIflags.PerformIntegrityCheck,
5253
"CLIflags.PerformValidityCheck": CLIflags.PerformValidityCheck,
5354
"CLIflags.PerformCleanup": CLIflags.PerformCleanup,

0 commit comments

Comments
 (0)