()
| 115 | } |
| 116 | |
| 117 | export function listCapabilityCommands(): string[] { |
| 118 | return Object.keys(COMMAND_CAPABILITY_MATRIX).sort(); |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * The platform families that DO support `command`, derived from the capability |
no outgoing calls
no test coverage detected