-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Great gem! I'm just having some small issues with TTY::Link:
require "tty/box"
require "tty/link"
link = TTY::Link.link_to("Link", "http://example.com")
box1 = TTY::Box.frame(title: { top_left: link }) do
"<content>"
end
box2 = TTY::Box.frame(title: { top_left: "No link" }) do
"<content>"
end
puts box1
puts box2
puts TTY::Box::VERSION
puts TTY::Link::VERSIONReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
