UNPKG

wikibase-cli

Version:

A command-line interface to Wikibase

8 lines (6 loc) 237 B
import { red } from '#lib/chalk' export const missingProperty = property => { console.error(red(`the property ${property} could not be found\n`) + 'run `wb props --reset` to refresh the local properties list') process.exit(1) }