Skip to content

Commit 2a5cd73

Browse files
NickNeckalexocode
andauthored
Update lib/knigge/options.ex
Co-authored-by: Sascha Wolf <[email protected]>
1 parent 4c185c7 commit 2a5cd73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/knigge/options.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ defmodule Knigge.Options do
365365
:keyword ->
366366
"keyword list"
367367

368+
# For now we explicitly match on the "or" option, as soon as we add further
369+
# "or"ed options this ought to be refactored to something more general purpose
368370
[:atom, {:list_of, :atom}] ->
369371
"atom or list of atoms"
370372

0 commit comments

Comments
 (0)