Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Jul 16, 2024
1 parent 7959be4 commit 7cf7415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mix_audit/cli/help.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ defmodule MixAudit.CLI.Help do
IO.puts("--ignore-file Path of the ignore file")
IO.puts("")
System.halt(0)

true
end
end
2 changes: 2 additions & 0 deletions lib/mix_audit/cli/version.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ defmodule MixAudit.CLI.Version do
def run(_opts) do
IO.puts(MixAudit.version())
System.halt(0)

true
end
end

0 comments on commit 7cf7415

Please sign in to comment.