summaryrefslogtreecommitdiffhomepage
path: root/runsc/cli
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-12-11 23:50:15 +0000
committergVisor bot <gvisor-bot@google.com>2020-12-11 23:50:15 +0000
commit0aa7d2a4b264764152ef79db960e920f2e101780 (patch)
treea2754abfcbc74b5525194fa681bf250da68736c0 /runsc/cli
parent3c8ccf6f4509a53312e48b102e4de993c7c31374 (diff)
parent80379894d36cd13c0d1d0008bbb2832d9441e466 (diff)
Merge release-20201208.0-35-g80379894d (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 cc3752e8d..6c3bf4d21 100644
--- a/runsc/cli/main.go
+++ b/runsc/cli/main.go
@@ -83,6 +83,7 @@ func Main(version string) {
subcommands.Register(new(cmd.Spec), "")
subcommands.Register(new(cmd.State), "")
subcommands.Register(new(cmd.Start), "")
+ subcommands.Register(new(cmd.Symbolize), "")
subcommands.Register(new(cmd.Wait), "")
// Register internal commands with the internal group name. This causes