ctr shim exec: fix cli flag
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
parent
7fc91b0591
commit
967a4e0e5a
@ -207,6 +207,10 @@ var shimExecCommand = cli.Command{
|
|||||||
Name: "cwd",
|
Name: "cwd",
|
||||||
Usage: "current working directory",
|
Usage: "current working directory",
|
||||||
},
|
},
|
||||||
|
cli.StringFlag{
|
||||||
|
Name: "spec",
|
||||||
|
Usage: "runtime spec",
|
||||||
|
},
|
||||||
),
|
),
|
||||||
Action: func(context *cli.Context) error {
|
Action: func(context *cli.Context) error {
|
||||||
service, err := getShimService()
|
service, err := getShimService()
|
||||||
|
Loading…
Reference in New Issue
Block a user