Skip to content

Format and log do not produce output #2

@jakeonfire

Description

@jakeonfire

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:

Image

using rails 7.2.3, ruby 3.4.8, and invoking gum in a rake task.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions