UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

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