UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

8 lines (7 loc) 208 B
export function NotAllowedWithMessage( optionName: string, otherOptionName: string, value: string, ) { return `Option "${optionName}" is not allowed when "${otherOptionName}" has value "${value}"`; }