alwaysai
Version:
The alwaysAI command-line interface (CLI)
7 lines • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
function NotAllowedWithMessage(optionName, otherOptionName, value) {
return `Option "${optionName}" is not allowed when "${otherOptionName}" has value "${value}"`;
}
exports.NotAllowedWithMessage = NotAllowedWithMessage;
//# sourceMappingURL=not-allowed-with-message.js.map