We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4042d commit 8f2419bCopy full SHA for 8f2419b
lib/fun_with_flags.ex
@@ -8,9 +8,4 @@ defmodule FunWithFlags do
8
"""
9
10
use FunWithFlags.EntryPoint
11
-
12
- @impl true
13
- def config do
14
- {:ok, []}
15
- end
16
end
lib/fun_with_flags/entry_point.ex
@@ -543,12 +543,4 @@ defmodule FunWithFlags.EntryPoint do
543
544
545
546
547
- @doc """
548
- An entry point must define this callback to provide its configuration.
549
550
- This function is supposed to retrieve any runtime config (e.g. ENV vars) and
551
- return it as a keyword list.
552
- """
553
- @callback config() :: {:ok, Keyword.t()}
554
0 commit comments