Fixed open DbDataReader
This commit is contained in:
@@ -107,6 +107,7 @@ parser.ParseArguments<OptionsCommand>(args).WithParsed<OptionsCommand>(opts =>
|
|||||||
{
|
{
|
||||||
Console.WriteLine($" - {search.GetString(0)}");
|
Console.WriteLine($" - {search.GetString(0)}");
|
||||||
}
|
}
|
||||||
|
search.Close();
|
||||||
})
|
})
|
||||||
.WithNotParsed<OptionsSearchdomainList>(action =>
|
.WithNotParsed<OptionsSearchdomainList>(action =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user