AdnanHodzic / AdnanHodzic/auto-cpufreq
[Feature request] Non-interactive Updates
- Dominant language
- Python
- Stars
- 7.8k
- Forks
- 357
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 14
Description
When running auto-cpufrq --update, in case there's an update available, I need to answer yes manually for the actual update to take place. I'd like to include the update command as part of a System update Bash script, so I need it to be non-interactive.
Could you add an option to answer yes as part of the syntax, similar to the apt command (apt -y install ).
Thanks
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the CLI entry point for `auto-cpufrq --update` and the code that asks for confirmation when an update is available. Check how existing command-line options are parsed, then define the non-interactive yes option and verify that the update proceeds without manual input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100