summaryrefslogtreecommitdiffhomepage
path: root/runsc/cli
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-02-10 18:54:01 +0000
committergVisor bot <gvisor-bot@google.com>2021-02-10 18:54:01 +0000
commit156aa40e684fdf15c1e7d19212dedc01d01aa82d (patch)
tree171243932e194f68d23f663afe79d43568151032 /runsc/cli
parenta40373b6360303daaa7cd266b2e8c42a26425508 (diff)
parent1ac58cc23e7c069ff59ddea333a89c5c5972a555 (diff)
Merge release-20210201.0-76-g1ac58cc23 (automated)
Diffstat (limited to 'runsc/cli')
-rw-r--r--runsc/cli/main.go1
1 files changed, 1 insertions, 0 deletions
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.