This commit is contained in:
Alin
2024-09-23 17:19:29 -06:00
parent 3c50edc53c
commit 04862bc1d7
9 changed files with 219 additions and 54 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ struct PearcleanerApp: App {
// The first argument is always the binary path, so check if there are more than 1 arguments
if filteredArguments.count > 1 {
// Process the CLI options
processCLI(arguments: arguments, appState: appState, locations: locations)
processCLI(arguments: arguments, appState: appState, locations: locations, fsm: fsm)
}
}
@@ -128,7 +128,7 @@ struct PearcleanerApp: App {
.preferredColorScheme(themeManager.displayMode.colorScheme)
})
}
#if !DEBUG
Task {