We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce1098 commit 77dfc41Copy full SHA for 77dfc41
README.md
@@ -25,10 +25,12 @@ GitPrey是根据企业关键词进行项目检索以及相应敏感文件和敏
25
26
### 程序使用帮助
27
GitPrey v2.2版本后去除了ACCESS_TOKEN的配置以及配置文件中的SEARCH_LEVEL和KEYWORDS配置项,改用命令行参数方式执行:
28
-` USAGE:`
29
-` -l Set search level for searching projects within 1-5, default level is 1.`
30
-` -k Set key words for searching projects.`
31
-` -h Show help information.`
+```
+USAGE:
+ -l Set search level for searching projects within 1-5, default level is 1.
+ -k Set key words for searching projects.
32
+ -h Show help information.
33
34
-l参数是选填参数,用于设置代码搜索深度;-k参数是必填参数,用于设置搜索关键词,若关键词中包含空白字符,需用双引号将关键词括起来;-h参数是帮助信息。
35
36
### 程序更新列表
0 commit comments