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
- PR metrics pending (PR metrics pending)
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