Skip to content

Commit

Permalink
CLI: Make --force deprecation print on stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
keraion committed Mar 15, 2024
1 parent 5b39b51 commit a122d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sqlfluff/cli/commands.py
Expand Up @@ -1078,7 +1078,8 @@ def fix(
"The -f/--force option is deprecated as it is now the "
"default behaviour.",
Color.red,
)
),
err=True,
)

# handle stdin case. should output formatted sql to stdout and nothing else.
Expand Down

0 comments on commit a122d35

Please sign in to comment.