version-fox / version-fox/vfox
[Feature]: allow skipping prompts for install
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 4k
- Forks
- 157
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 5
Description
There's no mechanism to skip prompts when running vfox install --all right now, so I can't actually use it in github actions. vfox also ignores stdin so I can't even bypass it using yes | vfox install --all.
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 the CLI implementation for vfox install --all and trace how it prompts and reads input. Define how non-interactive installation should skip prompts and work in GitHub Actions, then verify the command no longer blocks when standard input is unavailable or piped.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100