Merge pull request #3706 from mrueg/enable-autocmpl

ctr: Enable shell autocompletion
This commit is contained in:
Phil Estes
2019-10-03 09:15:51 -04:00
committed by GitHub
4 changed files with 34 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ stable from release to release of the containerd project.`
containerd CLI
`
app.EnableBashCompletion = true
app.Flags = []cli.Flag{
cli.BoolFlag{
Name: "debug",