[BUG] [EASY FIX] keybase follow -y xxxxxx doesn't work
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
Possible solutions:
- Lose the -y flag all together
- Actually follow the -y flag and don't ask the below questions.
I got these two questions while trying to use keybase follow -y xxxxxx
yeah, it was an extra 2 seconds of my life, but meh, a bug is a bug.
We found an account for xxxxxx, but they haven't proven their identity. Still follow them? [y/N]
Some proofs failed; still follow xxxxxx? [y/N]
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
Start by locating the Go command handling keybase follow and its -y option, then trace where the identity and failed-proof confirmation questions are shown. Done means keybase follow -y xxxxxx completes without prompting, while the normal command still prompts when appropriate; add or update coverage for both paths if the command's tests are found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100