|
2 | 2 | ===================================== |
3 | 3 | generator=datazen |
4 | 4 | version=3.2.3 |
5 | | - hash=bb7c6c6ee9e74f924d3169c09662b491 |
| 5 | + hash=ad4ce6e07bb17efc31e796eb165cb185 |
6 | 6 | ===================================== |
7 | 7 | --> |
8 | 8 |
|
9 | | -# ifgen ([4.4.5](https://pypi.org/project/ifgen/)) |
| 9 | +# ifgen ([4.5.0](https://pypi.org/project/ifgen/)) |
10 | 10 |
|
11 | 11 | [](https://pypi.org/project/ifgen/) |
12 | 12 |  |
@@ -40,27 +40,27 @@ This package is tested on the following platforms: |
40 | 40 | # Command-line Options |
41 | 41 |
|
42 | 42 | ``` |
43 | | -$ ./venv3.12/bin/ig -h |
| 43 | +$ ./venv3.13/bin/ig -h |
44 | 44 |
|
45 | 45 | usage: ig [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR] |
46 | 46 | {gen,svd,noop} ... |
47 | 47 |
|
48 | 48 | An interface generator for distributed computing. |
49 | 49 |
|
50 | 50 | options: |
51 | | - -h, --help show this help message and exit |
52 | | - --version show program's version number and exit |
53 | | - -v, --verbose set to increase logging verbosity |
54 | | - -q, --quiet set to reduce output |
55 | | - --curses whether or not to use curses.wrapper when starting |
56 | | - --no-uvloop whether or not to disable uvloop as event loop driver |
57 | | - -C DIR, --dir DIR execute from a specific directory |
| 51 | + -h, --help show this help message and exit |
| 52 | + --version show program's version number and exit |
| 53 | + -v, --verbose set to increase logging verbosity |
| 54 | + -q, --quiet set to reduce output |
| 55 | + --curses whether or not to use curses.wrapper when starting |
| 56 | + --no-uvloop whether or not to disable uvloop as event loop driver |
| 57 | + -C, --dir DIR execute from a specific directory |
58 | 58 |
|
59 | 59 | commands: |
60 | | - {gen,svd,noop} set of available commands |
61 | | - gen generate interfaces |
62 | | - svd process CMSIS-SVD files |
63 | | - noop command stub (does nothing) |
| 60 | + {gen,svd,noop} set of available commands |
| 61 | + gen generate interfaces |
| 62 | + svd process CMSIS-SVD files |
| 63 | + noop command stub (does nothing) |
64 | 64 |
|
65 | 65 | ``` |
66 | 66 |
|
|
0 commit comments