mirror of
https://github.com/nsnail/dot.git
synced 2025-06-16 12:43:22 +08:00
<FIX> filetool --exclude 无法取得参数问题
This commit is contained in:
parent
c6facb89df
commit
b8eb916fbf
@ -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))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user