mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-08-04 11:30:43 +02:00
Add command line interface and change solution structure (#26)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using DiscordChatExporter.Core.Models;
|
||||
|
||||
namespace DiscordChatExporter.Cli.ViewModels
|
||||
{
|
||||
public interface IMainViewModel
|
||||
{
|
||||
Task ExportAsync(string token, string channelId, string filePath, ExportFormat format, DateTime? from,
|
||||
DateTime? to);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user