systemDetectionConfig method

  1. @override
Map<String, dynamic> systemDetectionConfig()
override

Get detection config for system-wide installation

Implementation

@override
Map<String, dynamic> systemDetectionConfig() {
  return {
    'command': 'which claude',
  };
}