swiftformat changes

This commit is contained in:
Greg Neagle
2025-06-03 10:03:15 -07:00
parent 842e5af453
commit 16e15bdef4

View File

@@ -105,7 +105,7 @@ struct ManagedSoftwareUpdate: AsyncParsableCommand {
// munkistatusoutput is false for checking, but true for installing
runtype = "auto"
otherOptions.munkistatusoutput = false
//otherOptions.quiet = true // behavior change here; we're going to print output unless --quiet is explicitly given
// otherOptions.quiet = true // behavior change here; we're going to print output unless --quiet is explicitly given
commonOptions.checkOnly = false
commonOptions.installOnly = false
}