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.
1 parent 28578b5 commit 9a2ada2Copy full SHA for 9a2ada2
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