UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

13 lines 700 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const script_1 = require("./common/script"); const statistics_helper_core_1 = require("./script-core/statistics-helper-core"); const scriptOptions = (0, script_1.processCommandLineArgs)('stats-helper', [], { subtitle: 'Given a single input file, this will collect usage statistics for the given features and write them to a file', examples: [ '{bold -i} {italic example.R} {bold -i} {italic example2.R} {bold --output-dir} {italic "output-folder/"}', '{bold --help}' ] }); void (0, statistics_helper_core_1.getStatsForSingleFile)(scriptOptions); //# sourceMappingURL=statistics-helper-app.js.map