Update ctr containers and tasks command
This moves container and tasks commands under the containers and tasks top level commands. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ package main
|
||||
|
||||
import "github.com/urfave/cli"
|
||||
|
||||
var resumeCommand = cli.Command{
|
||||
var taskResumeCommand = cli.Command{
|
||||
Name: "resume",
|
||||
Usage: "resume a paused container",
|
||||
ArgsUsage: "CONTAINER",
|
||||
|
||||
Reference in New Issue
Block a user