0 comments (0 comments)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
It would be great to have a way to cancel running commands, through the diag cmds interface will be the ideal way to do this.
Required for #3114
Contributor guide
- Research direction
- Examine the existing `ipfs diag cmds` command implementation and the running command tracking mechanism. Identify how to send cancellation signals to active commands.
- Tech stack
- go
- Domain
- clibackend
- Issue type
- Feature
- Prerequisites
- GoIPFS CLI internals