mirror of
https://github.com/nsnail/dot.git
synced 2025-06-20 06:18:15 +08:00
<feat> + tolf: 写入文件信息统计
This commit is contained in:
@ -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; }
|
||||
}
|
Reference in New Issue
Block a user