Skip to content

Commit 81611a3

Browse files
committed
Add simple command line options doc
1 parent a9a5a8a commit 81611a3

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/usage.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,28 @@ exec_file("queens.pye")
195195
196196
# Command Line Options
197197
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+
```
198221
199222
[Pyarmor]: https://github.com/dashingsoft/pyarmor

0 commit comments

Comments
 (0)