| 3752 | |
| 3753 | abstract class BaseFeatureHandler implements FeatureHandler { |
| 3754 | abstract readonly name: string; |
| 3755 | abstract readonly command: string; |
| 3756 | abstract readonly description: string; |
| 3757 | abstract execute( |
nothing calls this directly
no outgoing calls
no test coverage detected