update readme

This commit is contained in:
Akbar Rahman 2021-03-07 10:01:56 +00:00
parent d0126b41e8
commit 4d841f7dbe

View File

@ -4,18 +4,17 @@ 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
$ ./pymacro -h
usage: pymacro [-h] [-m MACROS_FILE] [-i INPUT] [-o OUTPUT]
optional arguments:
-h, --help show this help message and exit
-m MACROS, --macros MACROS
Extra files where macros are stored
-q, --quiet Do not print processed file
-m MACROS_FILE, --macros-file MACROS_FILE
File where macros are stored (default: macros)
-i INPUT, --input INPUT
File to be processed. (default: -)
-o OUTPUT, --output OUTPUT
Path of output (default: -)
```
## testing