Skip to content

Fix Elixir 1.20 warnings#260

Open
hkrutzer wants to merge 1 commit intoplausible:masterfrom
hkrutzer:elixir1-20warnings
Open

Fix Elixir 1.20 warnings#260
hkrutzer wants to merge 1 commit intoplausible:masterfrom
hkrutzer:elixir1-20warnings

Conversation

@hkrutzer
Copy link
Contributor

No description provided.

def run(["-" <> _k | _] = kvs) do
run(_source = nil, kvs)
def run(["-" <> _k | _]) do
run([])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that would just print the help message? I'll be able to actually test it tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants