mirror of
https://github.com/alvierahman90/otfmacros.git
synced 2025-01-20 15:43:29 +00:00
update readme
This commit is contained in:
parent
d0126b41e8
commit
4d841f7dbe
@ -4,18 +4,17 @@ A python implementation of the macros spec
|
|||||||
|
|
||||||
## usage
|
## usage
|
||||||
```
|
```
|
||||||
usage: pymacro [-h] [-m MACROS] [-s] input output
|
$ ./pymacro -h
|
||||||
|
usage: pymacro [-h] [-m MACROS_FILE] [-i INPUT] [-o OUTPUT]
|
||||||
positional arguments:
|
|
||||||
input The file to be processed
|
|
||||||
output The location of the output
|
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
-m MACROS, --macros MACROS
|
-m MACROS_FILE, --macros-file MACROS_FILE
|
||||||
Extra files where macros are stored
|
File where macros are stored (default: macros)
|
||||||
-q, --quiet Do not print processed file
|
-i INPUT, --input INPUT
|
||||||
|
File to be processed. (default: -)
|
||||||
|
-o OUTPUT, --output OUTPUT
|
||||||
|
Path of output (default: -)
|
||||||
```
|
```
|
||||||
|
|
||||||
## testing
|
## testing
|
||||||
|
Loading…
Reference in New Issue
Block a user