bin/ppl in
ppl-0.0.4
vs bin/ppl in
ppl-0.0.5
- old
+ new
@@ -9,7 +9,8 @@
class String alias_method :each, :each_line end
-Ppl::CLI.start *ARGV
+cli = Ppl::CLI.new
+cli.run ARGV