lib/gm/notepad/readline.rb in gm-notepad-0.0.6 vs lib/gm/notepad/readline.rb in gm-notepad-0.0.8
- old
+ new
@@ -27,10 +27,10 @@
# If this defaults to $stdout then if we are directing $stdout
# to a file, we end up typing blind into the terminal
::Readline.output = $stderr
def self.input_getter(**config)
- -> { ::Readline.readline("#{config.fetch(:shell_prompt, ">")} ", true) }
+ -> { ::Readline.readline("", true) }
end
end
end
end