mirror of
https://github.com/oliverbooth/fdup.git
synced 2024-11-13 00:35:42 +00:00
6 lines
142 B
C#
6 lines
142 B
C#
|
using FindDuplicates;
|
|||
|
using Spectre.Console.Cli;
|
|||
|
|
|||
|
var app = new CommandApp<ListCommand>();
|
|||
|
await app.RunAsync(args).ConfigureAwait(false);
|