Skip to content

Commit

Permalink
Fix diff command not recognizing git ref as first param
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Feb 6, 2024
1 parent 38165e4 commit ce25289
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/credo/cli/command/diff/diff_command.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ defmodule Credo.CLI.Command.Diff.DiffCommand do

use Credo.CLI.Command,
short_description: "Suggest code objects to look at next (based on git-diff)",
treat_unknown_args_as_files: true,
cli_switches:
Credo.CLI.Command.Suggest.SuggestCommand.cli_switches() ++
[
Expand Down

0 comments on commit ce25289

Please sign in to comment.