UNPKG

@cto.ai/ops-rc

Version:

💻 CTO.ai Ops - The CLI built for Teams 🚀

9 lines (8 loc) • 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.terminalText = void 0; const sdk_1 = require("@cto.ai/sdk"); const { callOutCyan, successGreen } = sdk_1.ux.colors; exports.terminalText = (text) => { return `${successGreen('$')} ${callOutCyan(text)}`; };