1
0
mirror of https://github.com/oliverbooth/fdup.git synced 2024-11-10 03:25:41 +00:00
fdup/FindDuplicates/Program.cs

6 lines
139 B
C#

using FindDuplicates;
using Spectre.Console.Cli;
var app = new CommandApp<ListCommand>();
await app.RunAsync(args).ConfigureAwait(false);