spinframework / spinframework/spin
--quieter for no output on spin up
Open
Nobody has claimed this yet.
enhancement
open for comment
- Dominant language
- Rust
- Stars
- 6.5k
- Forks
- 310
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 24
Description
#1115 adds a --quiet flag to silence component output on spin up. Even with this flag, a user still sees spin output like below.
Serving http://127.0.0.1:3000
Available Routes:
hello: http://127.0.0.1:3000/hello
A simple component that returns hello.
The --quieter/-qq flag would silence all output including spin output.
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
Start by locating the existing --quiet flag added in #1115 and the code that prints the shown spin output. Add support for --quieter/-qq so it suppresses all spin-up output, including the serving URL and available routes, and verify the existing output behavior remains unchanged without the flag.
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
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100