chore(tool): add the possibility to force the sieve script activation

This commit is contained in:
Hivert Quentin
2024-11-27 10:07:58 +01:00
parent 2f9c2cf4da
commit c7b0133000

View File

@@ -259,7 +259,7 @@ typedef enum
break;
case UserPreferencesSet:
if (max > 4)
if (![arguments containsObject: @"-f"])
{
/* value specified on command line */
value = [sanitizedArguments objectAtIndex: 4];