forked from toolshed/abra
fix: completion doesn't fail silently now
Closes coop-cloud/organising#161.
This commit is contained in:
@ -81,7 +81,7 @@ var appNewCommand = &cli.Command{
|
||||
BashComplete: func(c *cli.Context) {
|
||||
catl, err := catalogue.ReadRecipeCatalogue()
|
||||
if err != nil {
|
||||
return
|
||||
logrus.Warn(err)
|
||||
}
|
||||
if c.NArg() > 0 {
|
||||
return
|
||||
|
Reference in New Issue
Block a user