This commit is contained in:
tk
2023-06-06 16:53:37 +08:00
parent ab0af253a4
commit c6facb89df
57 changed files with 534 additions and 414 deletions

View File

@ -2,7 +2,7 @@
namespace Dot;
internal class DirOption : OptionBase
internal abstract class DirOption : OptionBase
{
[CommandOption("-e|--exclude")]
[Description(nameof(Ln.ExcludePathRegexes))]