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 9caba07 commit 53270baCopy full SHA for 53270ba
pyarmor/learn/zh/commands.rst
@@ -82,7 +82,7 @@ pyarmor env
82
conf [label="配置文件 .pyarmor/config"]
83
info [label="工程信息"]
84
85
- rank=same { conf -> init [label="读取配置" arrowhead=curve] }
+ rank=same { conf -> init [label="传入配置" arrowhead=curve] }
86
init -> info [label="显示"]
87
}
88
@@ -132,7 +132,7 @@ pyarmor build
132
build [label="pyarmor build --list"]
133
items [label="显示工程中包含的所有脚本名称"]
134
135
- conf -> build [label="读取配置" arrowhead=curve]
+ conf -> build [label="传入配置" arrowhead=curve]
136
build -> items [label="根据项目选项配置进行搜索和过滤"]
137
138
0 commit comments