UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

13 lines 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.versionCommand = void 0; const version_1 = require("../../../util/version"); exports.versionCommand = { description: 'Prints the version of flowR as well as the current version of R', isCodeCommand: false, aliases: [], usageExample: ':version', script: false, fn: ({ output, analyzer }) => (0, version_1.printVersionInformation)(output, analyzer) }; //# sourceMappingURL=repl-version.js.map