UNPKG

cleanifix

Version:

Intelligent data cleaning CLI with natural language support - Docker-powered Python engine

10 lines 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configCommand = configCommand; const logger_1 = require("../utils/logger"); async function configCommand(options) { logger_1.logger.info('Managing configuration...'); // TODO: Implement config logic logger_1.logger.info('Config command not yet implemented'); } //# sourceMappingURL=config.js.map