From 1ac58cc23e7c069ff59ddea333a89c5c5972a555 Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Wed, 10 Feb 2021 10:46:31 -0800 Subject: Add mitigate command to runsc PiperOrigin-RevId: 356772367 --- runsc/cli/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'runsc/cli/main.go') diff --git a/runsc/cli/main.go b/runsc/cli/main.go index 6c3bf4d21..bf6928941 100644 --- a/runsc/cli/main.go +++ b/runsc/cli/main.go @@ -85,6 +85,7 @@ func Main(version string) { subcommands.Register(new(cmd.Start), "") subcommands.Register(new(cmd.Symbolize), "") subcommands.Register(new(cmd.Wait), "") + subcommands.Register(new(cmd.Mitigate), "") // Register internal commands with the internal group name. This causes // them to be sorted below the user-facing commands with empty group. -- cgit v1.2.3