// apply conflicting check unless they are a value other than 'undefined'.
if (value && argv[key] !== undefined && argv[value] !== undefined) {
__('Arguments %s and %s are mutually exclusive', key, value)
);
}
});
}