We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a5a8a commit 81611a3Copy full SHA for 81611a3
1 file changed
src/usage.md
@@ -195,5 +195,28 @@ exec_file("queens.pye")
195
196
# Command Line Options
197
198
+```
199
+Usage: pyarmor [command name] [options]
200
+
201
+Command name can be one of the following list
202
203
+ help Show this usage
204
+ version Show version information
205
+ capsule Generate project capsule used to encrypted files
206
+ encrypt Encrypt the scripts
207
+ license Generate registration code
208
209
+If you want to know the usage of each command, type the
210
+following command:
211
212
+ pyarmor help [command name]
213
214
+and you can type the left match command, such as
215
216
+ pyarmor c
217
+or pyarmor cap
218
+or pyarmor capsule
219
220
221
222
[Pyarmor]: https://github.com/dashingsoft/pyarmor
0 commit comments