Starfish-develop / Starfish-develop/Starfish
Verbose and quiet output flags
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 78
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
The problem: The code prints lots of info to standard out. Some users might want more or less info, or different info.
Suggested solution: Provide a flag for verbose or quite output. The default can be the existing setup, or whatever is deemed optimal.
Contributor guide
No contributing guide indexed for this repository
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 names no files, tests, or CLI entry point. First locate where the program writes informational output to standard output and how command-line options are defined; the work is complete when users can select verbose or quiet output and the default behavior is documented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100