UNPKG

@cto.ai/ops

Version:

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

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