Add `--verbose` flag
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 112
- Forks
- 2
- Avg merge
- 2h 52m
- Merged PRs (30d)
- 13
Description
Great tool, just what I was looking for.
When running a heavy command, it would be nice to be able to see the progress. I think it makes sense to add --verbose flag which make it possible to see stdout/stderr of the command being ran.
What do you think? I could take a look at a PR if you're interested.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name a file, test, or entry point. Start by locating the CLI argument handling for --verbose and the path that runs heavy commands, then inspect how their stdout and stderr are handled. Done means the flag exposes that output while the default behavior remains unchanged, with coverage for the new option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100