Renamed EntityEvaluate to EntityQuery

This commit is contained in:
EzFeDezy
2025-04-27 19:45:55 +02:00
parent 6e0d82ad3c
commit c955182933
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ public class OptionsEntity : OptionsCommand
}
public class OptionsEntityEvaluate : OptionsEntity
public class OptionsEntityQuery : OptionsEntity
{
[Option('s', Required = true, HelpText = "Searchdomain to be searched")]
public required string Searchdomain { get; set; }