avelino / avelino/jbundle

No banner option

Open Beginner friendly
#70 0 comments 1 reaction 0 assignees View on GitHub
bug
Dominant language
Rust
Stars
181
Forks
11
PR merge metrics
No merged PRs in 30d

Description

I know there's already an option for a smaller banner, but I would love a `--no-banner` option.
I'm writing a CLI that outputs JSON. With the banner, the output is longer valid JSON, so you can't pipe into a tool like `jq`.

E.g.

```
./mytool generateJson | jq

binary created with jbundle.avelino.run
jq: parse error: Invalid numeric literal at line 1, column 8

```

Contributor guide

Open the contributing guide

Research direction

Start by locating the CLI option parsing and the code that writes the banner. Add a `--no-banner` path while preserving the existing default behavior, then verify that JSON output from the generated binary can be piped to `jq` without a parse error.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.