UNPKG

@cto.ai/ops

Version:

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

9 lines (8 loc) • 232 B
import Command from '../base'; export default class Whoami extends Command { static description: string; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; run(): Promise<void>; }