lib/3llo/commands/card/comment.rb in 3llo-0.2.0 vs lib/3llo/commands/card/comment.rb in 3llo-0.3.0
- old
+ new
@@ -6,10 +6,10 @@
@card_id = card_id
end
def execute
interface.print_frame do
- text = interface.input.ask("Comment:")
+ text = interface.input.multiline("Comment (press Ctrl+d to finish):").join("")
interface.puts(
create_comment!(text) &&
"Comment created"
)