@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
9 lines • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.prompt = exports.rawPrompt = void 0;
const ansi_1 = require("../../util/text/ansi");
exports.rawPrompt = 'R>';
// is a function as the 'formatter' is configured only after the cli options have been read
const prompt = () => `${ansi_1.formatter.format(exports.rawPrompt, { color: 6 /* Colors.Cyan */, effect: ansi_1.ColorEffect.Foreground })} `;
exports.prompt = prompt;
//# sourceMappingURL=prompt.js.map