-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
i'm having trouble getting some commands to produce output with 0.3.1:
Gum.log("Hello!")
Gum::Log.debug("Debug message")
Gum::Log.info("Info message")
Gum::Log.warn("Warning message")
Gum::Log.error("Error message", code: 500)
Gum.format("# Hello\n- Item 1\n- Item 2", type: :markdown)
Gum.format("I :heart: Ruby :gem:", type: :emoji)
Gum::Format.markdown("# Hello")
Gum::Format.emoji("I :heart: Ruby")whereas other commands like Gum.table work fine. after noticing #1, i tried with version 0.3.0 and have a little more success:
using rails 7.2.3, ruby 3.4.8, and invoking gum in a rake task.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels