fdup/FindDuplicates/Program.cs

6 lines
142 B
C#
Raw Normal View History

2024-04-16 19:15:07 +00:00
using FindDuplicates;
using Spectre.Console.Cli;
var app = new CommandApp<ListCommand>();
await app.RunAsync(args).ConfigureAwait(false);