grokCliDescriptor top-level property
Implementation
final ProviderBinaryDescriptor grokCliDescriptor = ProviderBinaryDescriptor(
binaryName: 'grok',
environmentKey: 'GROK_PATH',
validationArguments: const <String>['--version'],
validateVersion: _nonEmpty,
homeRelativePath: p.join('.grok', 'bin', 'grok'),
searchNpmGlobal: true,
);