mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-07 15:49:35 -04:00
9 lines
259 B
C#
9 lines
259 B
C#
namespace Duplicati.CommandLine.RecoveryTool.Net8
|
|
{
|
|
// Wrapper class to keep code independent
|
|
public static class Program
|
|
{
|
|
public static int Main(string[] args)
|
|
=> Duplicati.CommandLine.RecoveryTool.Program.Main(args);
|
|
}
|
|
} |