mirror of
https://github.com/nsnail/dot.git
synced 2025-06-20 06:18:15 +08:00
<refactor>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
namespace Dot;
|
||||
|
||||
public class DirOption : IOption
|
||||
public class DirOption : OptionBase
|
||||
{
|
||||
[Option('f', "filter", HelpText = nameof(Str.FileSearchPattern), Default = "*.*", ResourceType = typeof(Str))]
|
||||
public string Filter { get; set; }
|
||||
|
Reference in New Issue
Block a user