Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@

## 命令行参数

### --Help
显示帮助
### --Help
显示帮助

### -Log
保存XML日志。如果本选项后带有参数"d",则日志保存在[当前目录](https://docs.microsoft.com/zh-cn/dotnet/api/system.appcontext.basedirectory?view=netframework-4.7.2),文件名是uMatrix-_日期_.xml。如果参数是其他值,则该值指定日志的完整路径。
### -Log
保存XML日志。如果本选项后带有参数"d",则日志保存在[当前目录](https://docs.microsoft.com/zh-cn/dotnet/api/system.appcontext.basedirectory?view=netframework-4.7.2),文件名是uMatrix-_日期_.xml。如果参数是其他值,则该值指定日志的完整路径。

### --MergeThreshold
合并类似规则的阀值。默认值为3。
### --MergeThreshold [x]
x为整数,默认值为3。

设置合并类似规则的阀值。

当阀值为3时,

Expand All @@ -36,8 +38,10 @@


### --RandomDelete x
随机删除百分之x的规则。x的默认值为5。
### --RandomDelete [x]
x为整数,默认值为5。

设置随机删除百分之x的规则。

### --Verbose
在命令行中输出详细信息
Expand All @@ -46,5 +50,5 @@
输入文件路径 [输出文件路径]
#### 输入文件路径
保存μMatrix规则的文件的路径
#### 输出文件路径
#### [输出文件路径]
可选。清理后的规则文件的路径。如果不指定,则保存在*输入文件路径*的同级目录,文件名是uMatrix-*日期*.txt。
Loading