lib/splash/cli/commands.rb in prometheus-splash-0.4.2 vs lib/splash/cli/commands.rb in prometheus-splash-0.4.3
- old
+ new
@@ -125,10 +125,9 @@
if cmd[:on_success] then
spacer = " " * depht + " "
log.flat "#{spacer}* on success => #{cmd[:on_success]}"
treeview(cmd[:on_success],depht+2)
end
- splash_exit case: :quiet_exit
end
desc "list", "Show configured commands"
long_desc <<-LONGDESC