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