Skip to content

Commit

Permalink
Update lib/knigge/options.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Wolf <[email protected]>
  • Loading branch information
NickNeck and alexocode authored Sep 26, 2022
1 parent 4c185c7 commit 2a5cd73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/knigge/options.ex
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ defmodule Knigge.Options do
:keyword ->
"keyword list"

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

Expand Down

0 comments on commit 2a5cd73

Please sign in to comment.