No banner option
Open
Beginner friendly
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
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