()
| 8 | description: 'Show remote session URL and QR code', |
| 9 | isEnabled: () => getIsRemoteMode(), |
| 10 | get isHidden() { |
| 11 | return !getIsRemoteMode() |
| 12 | }, |
| 13 | load: () => import('./session.js'), |
| 14 | } satisfies Command |
| 15 |
nothing calls this directly
no test coverage detected