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);
|
|
}
|
|
} |