UNPKG

difflytic

Version:

AI-powered code review for GitLab/GitHub MRs using OpenAI and more.

11 lines (10 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = aiCommand; async function aiCommand() { // TODO: Implement AI management CLI logic console.log('Running AI management command...'); } if (require.main === module) { aiCommand(); }