-iCHOICE|--identifiers=FORMAT
Change case of identifiers. FORMAT is one of "upper", "lower", "capitalize".
-kCHOICE|--keywords=FORMAT
Change case of keywords. FORMAT is one of "upper", "lower", "capitalize".
-lCHOICE|--language=LANG
Output a snippet in programming language LANG. LANG can be "python", "php".
-oFILE|--outfile=FILE
Write output to FILE (defaults to stdout).
-r|--reindent
Reindent statements.
--indent_width=INDENT_WIDTH
Set indent width to INDENT_WIDTH. Default is 2 spaces.
--wrap_after=WRAP_AFTER
The column limit for wrapping comma-separated lists. If unspecified, it puts every item in the
list on its own line.
--strip-comments
Remove comments.
-h|--help
Print a short help message and exit. All subsequent options are ignored.
--verbose
Verbose output.
--version
Print program's version number and exit.