ripgrepCommand function

({String? argv0, List<String> rgArgs, String rgPath}) ripgrepCommand()

Public accessor for ripgrep command components.

Implementation

({String rgPath, List<String> rgArgs, String? argv0}) ripgrepCommand() {
  final config = getRipgrepConfig();
  return (rgPath: config.command, rgArgs: config.args, argv0: config.argv0);
}