1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
help wantedstatus/deferredtopic/commands
Repository metrics
- Stars
- 13,906 stars (13,906 stars)
- PR merge metrics
- Avg merge 4d 2h (Avg merge 4d 2h)28 merged PRs in 30d (28 merged PRs in 30d)
Description
This command should block until a selected command finishes.
Required for #3114
Contributor guide
- Research direction
- Study the existing command implementation in core/commands/ to understand how commands are defined and executed. Look at how other diagnostic commands work, and then implement a new command that blocks until a selected command finishes, using mechanisms like channels or wait groups.
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- GoGitIPFS command line interface