lib/simple/cli/helpers.rb in simple-cli-0.2.22 vs lib/simple/cli/helpers.rb in simple-cli-0.2.23
- old
+ new
@@ -18,10 +18,10 @@
::Simple::CLI.logger
end
def confirm!(msg)
STDERR.puts <<~MSG
- #{msg}
+ #{msg.chomp}
Press return to continue, ^C to cancel...
MSG
STDIN.gets