Updated scanner and table names.
This commit is contained in:
@@ -97,7 +97,7 @@ scan.SetAction(async (parseResult, cancellationToken) =>
|
||||
|
||||
ScanOptions options = new()
|
||||
{
|
||||
Locale = parseResult.GetValue(localeOption),
|
||||
Locale = parseResult.GetValue(localeOption) ?? default!,
|
||||
StartPage = parseResult.GetValue(startOption),
|
||||
EndPage = parseResult.GetValue(endOption),
|
||||
PageSize = parseResult.GetValue(sizeOption),
|
||||
|
||||
Reference in New Issue
Block a user