test/apps/todo_plugins/commands/third.rb in gli-2.17.2 vs test/apps/todo_plugins/commands/third.rb in gli-2.18.0

- old
+ new

@@ -2 +1,3 @@ +class App command :third do |c| c.action { |g,o,a| puts "third: #{a.join(',')}" } end +end