You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2022. It is now read-only.
Issue Type
Current Behavior
Formatter options are not supported.
Expected Behavior
Add a flag which would allow the user to specify one or multiple options for a formatter.
The main use case is for the SQL formatter, but other formatters could benefit from it (i.e. specify the number of space to indent the JSON output).
A name for the flag could be
--fomat-optionsand should take a list of key/value pairs as parameters.Examples:
If an option is unknown, the process should log the culprit, but continue nonetheless.