about summary refs log tree commit diff
path: root/MatrixUtils.RoomUpgradeCLI/RuntimeContext.cs
blob: 50e6781ce2027af26a96ca286667abbf854761aa (plain) (blame)
1
2
3
4
5
namespace MatrixUtils.RoomUpgradeCLI;

public class RuntimeContext {
    public string[] Args { get; set; }
}