mirror of
https://github.com/nsnail/dot.git
synced 2025-06-16 20:53:20 +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")]
|
[CommandOption("-e|--exclude")]
|
||||||
[Description(nameof(Ln.ExcludePathRegexes))]
|
[Description(nameof(Ln.ExcludePathRegexes))]
|
||||||
[Localization(typeof(Ln))]
|
[Localization(typeof(Ln))]
|
||||||
public IEnumerable<string> ExcludeRegexes { get; set; }
|
public string[] ExcludeRegexes { get; set; }
|
||||||
|
|
||||||
[CommandOption("-f|--filter")]
|
[CommandOption("-f|--filter")]
|
||||||
[Description(nameof(Ln.FileSearchPattern))]
|
[Description(nameof(Ln.FileSearchPattern))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user