From b8eb916fbff38017ee3b7ab7b6ae476901adf931 Mon Sep 17 00:00:00 2001 From: nsnail Date: Wed, 23 Aug 2023 23:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=20filetool=20--exclude=20=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=8F=96=E5=BE=97=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DirOption.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DirOption.cs b/src/DirOption.cs index e561c6c..a047fb0 100644 --- a/src/DirOption.cs +++ b/src/DirOption.cs @@ -7,7 +7,7 @@ internal abstract class DirOption : OptionBase [CommandOption("-e|--exclude")] [Description(nameof(Ln.ExcludePathRegexes))] [Localization(typeof(Ln))] - public IEnumerable ExcludeRegexes { get; set; } + public string[] ExcludeRegexes { get; set; } [CommandOption("-f|--filter")] [Description(nameof(Ln.FileSearchPattern))]