diff --git a/internal/cmd/classroom_rosters.go b/internal/cmd/classroom_rosters.go index 1830b1e..ce7f349 100644 --- a/internal/cmd/classroom_rosters.go +++ b/internal/cmd/classroom_rosters.go @@ -455,7 +455,6 @@ type ClassroomRosterCmd struct { FailEmpty bool `name:"fail-empty" aliases:"non-empty,require-results" help:"Exit with code 3 if no results"` } -//nolint:cyclop // command orchestration across two role paths func (c *ClassroomRosterCmd) Run(ctx context.Context, flags *RootFlags) error { u := ui.FromContext(ctx) account, err := requireAccount(flags)