1
0
forked from rosa/hakurei

cmd/mbf: abort remote cures

This command arranges for all pending cures to be aborted. It does not wait for cures to complete.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-17 22:47:02 +09:00
parent 30a9dfa4b8
commit b80ea91a42
3 changed files with 34 additions and 1 deletions

View File

@@ -520,6 +520,12 @@ func main() {
)
}
c.NewCommand(
"abort",
"Abort all pending cures on the daemon",
func([]string) error { return abortRemote(ctx, &addr) },
)
{
var (
flagNet bool