TODO: git init if repo doesn't exist

This commit is contained in:
Collin M. Barrett 2019-06-28 16:07:43 -05:00
parent b25dcf6903
commit 88dc9174f6

View file

@ -27,6 +27,7 @@ public Handler(IFilterListsApiClient apiClient, IMediator mediator)
protected override async Task Handle(Command request, CancellationToken cancellationToken)
{
//TODO: git init if repo doesn't exist
var lists = await GetListInfo();
await _mediator.Send(new DownloadLists.Command(lists), cancellationToken);
//TODO: git add .