()
| 100 | argumentHint: '[<model>|off]', |
| 101 | isEnabled: () => canUserConfigureAdvisor(), |
| 102 | get isHidden() { |
| 103 | return !canUserConfigureAdvisor() |
| 104 | }, |
| 105 | supportsNonInteractive: true, |
| 106 | load: () => Promise.resolve({ call }), |
| 107 | } satisfies Command |
nothing calls this directly
no test coverage detected