Clear screen on every run

This commit is contained in:
Makis Otman
2016-03-06 13:36:17 +00:00
parent 9454b5eb66
commit 1b4948f7ef
2 changed files with 4 additions and 6 deletions

View File

@@ -13,8 +13,6 @@ defmodule Runner do
end
def run(start_module) do
Display.before_run
start_idx = Enum.find_index(@modules, &(&1 == start_module))
Enum.drop(@modules, start_idx)
|> Enum.take_while(fn(mod) ->