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