lib/rbkb/cli/slice.rb in emonti-rbkb-0.6.2.1 vs lib/rbkb/cli/slice.rb in emonti-rbkb-0.6.6
- old
+ new
@@ -38,9 +38,10 @@
def go(*args)
super(*args)
@stdout << @opts[:indat][ @opts[:first] .. @opts[:last] ]
+ self.exit(0)
end
end