currentToolOriginLine function

String currentToolOriginLine()

toolOriginLine for the process running now.

Implementation

String currentToolOriginLine() => toolOriginLine(
  resolvedExecutable: Platform.resolvedExecutable,
  script: Platform.script,
);