at least you can end the stage

This commit is contained in:
rafi1212122
2023-05-29 06:55:15 +07:00
parent ad02e1785a
commit 761f9c130d
24 changed files with 1491 additions and 51 deletions

View File

@@ -17,7 +17,7 @@ namespace Common
public interface IConfig
{
[Option(DefaultValue = VerboseLevel.Normal)]
VerboseLevel VerboseLevel { get; }
VerboseLevel VerboseLevel { get; set; }
[Option(DefaultValue = false)]
bool UseLocalCache { get; }