fix: add autocomplete for vol ls
This commit is contained in:
parent
29a4d05944
commit
7e0feec311
@ -14,6 +14,7 @@ var appVolumeListCommand = &cli.Command{
|
||||
Name: "list",
|
||||
Usage: "List volumes associated with an app",
|
||||
Aliases: []string{"ls"},
|
||||
BashComplete: autocomplete.AppNameComplete,
|
||||
Action: func(c *cli.Context) error {
|
||||
app := internal.ValidateApp(c)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user