Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
cli(meowCli) {
if (__(this).get('deprecated')) {
terminal.spacer();
terminal.warning(`DEPRECATED - ${__(this).get('deprecated')}`);
terminal.exit();
}
throw new Error('Not overwritten by subclass');
}