alwaysai
Version:
The alwaysAI command-line interface (CLI)
9 lines • 566 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
function RequiredWithYesMessage(optionName, anotherOptionName, qualifierPrefix) {
return `${qualifierPrefix ? `${qualifierPrefix}, t` : 'T'}he command-line option${anotherOptionName ? 's' : ''} ${anotherOptionName
? `"${optionName}" and "${anotherOptionName}" are`
: `"${optionName}" is`} required with the "yes" flag, which disables interactive prompts.`;
}
exports.RequiredWithYesMessage = RequiredWithYesMessage;
//# sourceMappingURL=required-with-yes-message.js.map