Usage: expander.py [options] {files}

expands macros in a file with pyexpander.

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  --summary             print a summary of the function of the program
  -f FILE, --file=FILE  specify a FILE to process. This option may be used
                        more than once to process more than one file but note
                        than this option is not really needed. Files can also
                        be specified directly after the other command line
                        options.
  --eval=PYTHONEXPRESSION
                        evaluate PYTHONEXPRESSION in global context.
  -I PATH, --include=PATH
                        add PATH to the list of include paths
  -s, --simple-vars     allow variables without brackets