Skip to content

Commit

Permalink
Remove unsupported formats from Diff command help text
Browse files Browse the repository at this point in the history
Refs #1153

We need a better solution long term.
For now, we should not advertise format options that are not viable.
  • Loading branch information
rrrene committed Nov 4, 2024
1 parent f7c44d9 commit c99499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo/cli/command/diff/diff_output.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule Credo.CLI.Command.Diff.DiffOutput do
--enable-disabled-checks Re-enable disabled checks that match the given strings
--files-included Only include these files (accepts globs, can be used multiple times)
--files-excluded Exclude these files (accepts globs, can be used multiple times)
--format Display the list in a specific format (json,flycheck,sarif,oneline)
--format Display the list in a specific format (json)
--from-dir Diff from the given directory
--from-git-ref Diff from the given Git ref
--from-git-merge-base Diff from where the current HEAD branched off from the given merge base
Expand Down

0 comments on commit c99499b

Please sign in to comment.