platformio / platformio/platformio-core
Feature - disable banner output
Open
Nobody has claimed this yet.
feature
- Dominant language
- Python
- Stars
- 9.5k
- Forks
- 905
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 2
Description
It would be nice to have a way to disable the banner. When integrating PIO in CICD, the output is not useful in the pipeline and just adds noise to debugging a pipeline.
eg.
pio run --nobanner ... ... ...
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 at platformio/maintenance.py around line 174, then trace how pio run parses and handles command-line options. The work is done when a --nobanner option disables banner output while normal output remains unchanged; the issue does not mention a test file, so identify the relevant CLI tests before making changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd, cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100