otfmacros/pymacro/readme.md

26 lines
586 B
Markdown
Raw Normal View History

2019-01-18 18:21:29 +00:00
# pymacro
A python implementation of the macros spec
## usage
```
usage: pymacro [-h] [-m MACROS] [-s] input output
positional arguments:
input The file to be processed
output The location of the output
optional arguments:
-h, --help show this help message and exit
-m MACROS, --macros MACROS
Extra files where macros are stored
-s, --silent Do not print processed file
```
## testing
Run `test.sh`.
A `diff` is run on the actual output against what should have come out according
to the spec.