Skip to content

Commit

Permalink
lib/earmark/cli/implementation.ex: added typespecs for Earmark.Cli.Im…
Browse files Browse the repository at this point in the history
…plementation.run/1
  • Loading branch information
bradhanks committed Feb 5, 2024
1 parent f0c4f60 commit 19b6c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/earmark/cli/implementation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule Earmark.Cli.Implementation do
{:stdio, "<html>\n <h1>\nShort2</h1>\n<p>\n<em>Short3</em></p>\n<!-- SPDX-License-Identifier: Apache-2.0 -->\n\n</html>\n"}
"""

@spec run(String.t() | [String.t()]) :: {:stdio, String.t()} | {:stderr, String.t()}
def run(argv) do
argv
|> parse_args()
Expand Down

0 comments on commit 19b6c28

Please sign in to comment.