<feat> + tolf: 写入文件信息统计

This commit is contained in:
2022-12-07 23:24:42 +08:00
parent 62fef5b30b
commit a77ba1966b
8 changed files with 56 additions and 29 deletions

View File

@ -9,6 +9,6 @@ public class DirOption : OptionBase
public string Path { get; set; }
[Option('r', "readonly", HelpText = nameof(Str.ReadOnly), Default = false, ResourceType = typeof(Str))]
public bool ReadOnly { get; set; }
[Option('w', "write", HelpText = nameof(Str.WriteMode), Default = false, ResourceType = typeof(Str))]
public bool WriteMode { get; set; }
}