From b80ea91a42c994b1bcb74d8bcecefc150b899136 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 17 Apr 2026 22:47:02 +0900 Subject: 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 --- cmd/mbf/main.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmd/mbf/main.go') diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index 4369565a..cbb6f7b2 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -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 -- cgit v1.3.1