2024-05-21 10:22:57 +02:00
|
|
|
namespace Duplicati.CommandLine.SharpAESCrypt.Net8
|
2024-05-21 09:54:01 +02:00
|
|
|
{
|
|
|
|
|
// Wrapper class to keep code independent
|
|
|
|
|
public static class Program
|
|
|
|
|
{
|
|
|
|
|
public static void Main(string[] args)
|
2024-05-21 10:22:57 +02:00
|
|
|
=> global::SharpAESCrypt.SharpAESCrypt.CommandLineMain(args);
|
2024-05-21 09:54:01 +02:00
|
|
|
}
|
|
|
|
|
}
|