feat: Working encrypt and decrypt commands.
This commit is contained in:
@@ -5,7 +5,7 @@ extension Logger.Level {
|
||||
|
||||
/// Set the log level based on the user's options supplied.
|
||||
init(globals: BasicGlobalOptions, quietOnlyPlaybook: Bool) {
|
||||
if quietOnlyPlaybook || !globals.quiet {
|
||||
if !quietOnlyPlaybook && !globals.quiet {
|
||||
switch globals.verbose {
|
||||
case 0:
|
||||
self = .info
|
||||
@@ -16,6 +16,7 @@ extension Logger.Level {
|
||||
default:
|
||||
self = .info
|
||||
}
|
||||
return
|
||||
}
|
||||
self = .info
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user