add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# mh_metric
> 计算并强制执行 MATLAB 或 Octave 代码的代码度量。
> 更多信息:<https://misshit.org>。
- 打印指定文件的代码度量:
`mh_metric {{path/to/file1.m path/to/file2.m ...}}`
- 打印指定 Octave 文件的代码度量:
`mh_metric --octave {{path/to/file1.m path/to/file2.m ...}}`
- 递归打印指定目录的代码度量:
`mh_metric {{path/to/directory}}`
- 打印当前目录的代码度量:
`mh_metric`
- 以 HTML 或 JSON 格式打印代码度量报告:
`mh_metric --{{html|json}} {{path/to/output_file}}`