Switch over to Elixir option parsing.

This commit is contained in:
Nathan Walker
2017-04-26 21:51:26 -05:00
parent 372d7f70ac
commit b32e82b19b
5 changed files with 14 additions and 39 deletions

View File

@@ -25,7 +25,6 @@ defmodule Runner do
String.to_integer(number)
end
def modules_to_run, do: Options.initial_koan |> modules_to_run
def modules_to_run(start_module), do: Enum.drop_while(modules(), &(&1 != start_module))
def start_link do