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);