()
| 15 | supportsNonInteractive: true, |
| 16 | description: 'Show current context usage', |
| 17 | get isHidden() { |
| 18 | return !getIsNonInteractiveSession() |
| 19 | }, |
| 20 | isEnabled() { |
| 21 | return getIsNonInteractiveSession() |
| 22 | }, |
nothing calls this directly
no test coverage detected