mirror of
https://github.com/nsnail/dot.git
synced 2025-08-02 10:15:59 +08:00
<FIX> filetool --exclude 无法取得参数问题
This commit is contained in:
@ -7,7 +7,7 @@ internal abstract class DirOption : OptionBase
|
||||
[CommandOption("-e|--exclude")]
|
||||
[Description(nameof(Ln.ExcludePathRegexes))]
|
||||
[Localization(typeof(Ln))]
|
||||
public IEnumerable<string> ExcludeRegexes { get; set; }
|
||||
public string[] ExcludeRegexes { get; set; }
|
||||
|
||||
[CommandOption("-f|--filter")]
|
||||
[Description(nameof(Ln.FileSearchPattern))]
|
||||
|
Reference in New Issue
Block a user