fix: completion doesn't fail silently now

Closes coop-cloud/organising#161.
This commit is contained in:
2021-09-16 08:45:38 +02:00
parent 6c115926e3
commit 66aeeee768
14 changed files with 14 additions and 14 deletions

View File

@ -115,7 +115,7 @@ var appLogsCommand = &cli.Command{
BashComplete: func(c *cli.Context) {
appNames, err := config.GetAppNames()
if err != nil {
return
logrus.Warn(err)
}
if c.NArg() > 0 {
return