We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791c762 commit 66eb1cbCopy full SHA for 66eb1cb
1 file changed
README.md
@@ -69,6 +69,14 @@ yarn add --dev prettier prettier-plugin-sql-cst
69
Then use it on SQL files through Prettier command line tool or Prettier extension
70
for your editor of choice.
71
72
+For a one-off run you can execute:
73
+
74
+```
75
+prettier --plugin prettier-plugin-sql-cst --parser sqlite myfile.sql
76
77
78
+But generally you're better off using a configuration file.
79
80
## Choosing an SQL dialect
81
82
By default the plugin will determine SQL dialect based on file extension:
0 commit comments