()
| 25 | description: 'Configure extra usage to keep working when limits are hit', |
| 26 | isEnabled: () => isExtraUsageAllowed() && getIsNonInteractiveSession(), |
| 27 | get isHidden() { |
| 28 | return !getIsNonInteractiveSession() |
| 29 | }, |
| 30 | load: () => import('./extra-usage-noninteractive.js'), |
| 31 | } satisfies Command |
| 32 |
nothing calls this directly
no test coverage detected