mycroforge/MycroForge.CLI/ArgsContext.cs
2024-04-23 08:56:01 +02:00

6 lines
128 B
C#

namespace MycroForge.CLI;
public class ArgsContext
{
public string[] Args { get; init; } = Array.Empty<string>();
}