We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b8933c + 9a2ada2 commit 3bdea6aCopy full SHA for 3bdea6a
cmd/limactl/list.go
@@ -130,7 +130,7 @@ func listAction(cmd *cobra.Command, args []string) error {
130
if len(matches) > 0 {
131
instanceNames = append(instanceNames, matches...)
132
} else {
133
- logrus.Warnf("No instance matching %v found.", arg)
+ return fmt.Errorf("no instance matching %v found", arg)
134
}
135
136
0 commit comments