Skip to content

Commit

Permalink
Merge pull request #932 from TBK145/patch-1
Browse files Browse the repository at this point in the history
Add alias -i to ignore options
  • Loading branch information
rrrene authored Jan 15, 2022
2 parents 43d81a6 + 8ca3b36 commit 03303d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo/cli/command/suggest/suggest_command.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule Credo.CLI.Command.Suggest.SuggestCommand do
Switch.string("format"),
Switch.boolean("help", alias: :h),
Switch.string("ignore_checks"),
Switch.string("ignore"),
Switch.string("ignore", alias: :i),
Switch.string("only"),
Switch.boolean("read_from_stdin"),
Switch.boolean("strict"),
Expand Down

0 comments on commit 03303d1

Please sign in to comment.