superfly / flyctl

Function with cyclomatic complexity higher than threshold GO-R1005
Anti-pattern
Minor
1 occurrence in this check
func runMachineList has a cyclomatic complexity of 22 with "high" risk
 53	return cmd
 54}
 55
 56func runMachineList(ctx context.Context) (err error) { 57	var (
 58		appName        = appconfig.NameFromContext(ctx)
 59		io             = iostreams.FromContext(ctx)