sqlformat --version (return code: 0)
sqlformat 0.1.19
sqlformat --help (return code: 0)
Usage: sqlformat [OPTIONS] FILE, ...
Format FILE according to OPTIONS. Use "-" as FILE to read from stdin.
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-v, --verbose
-o FILE, --outfile=FILE
write output to FILE (defaults to stdout)
Formatting Options:
-k CHOICE, --keywords=CHOICE
change case of keywords, CHOICE is one of "upper",
"lower", "capitalize"
-i CHOICE, --identifiers=CHOICE
change case of identifiers, CHOICE is one of "upper",
"lower", "capitalize"
-l LANG, --language=LANG
output a snippet in programming language LANG, choices
are "python", "php"
--strip-comments remove comments
-r, --reindent reindent statements
--indent_width=INDENT_WIDTH
indentation width (defaults to 2 spaces)