mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm line break
This commit is contained in:
parent
5b5074ce20
commit
43502d6ac7
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ public static async Task Main(string[] args)
|
|||
BuildServiceProvider();
|
||||
var parser = _serviceProvider.GetService<Parser>();
|
||||
var mediator = _serviceProvider.GetService<IMediator>();
|
||||
|
||||
await parser.ParseArguments<CommandLineOptions>(args).MapResult(async o =>
|
||||
{
|
||||
if (o.ArchiveLists)
|
||||
|
|
|
|||
Loading…
Reference in a new issue