UNPKG

wikibase-cli

Version:

A command-line interface to Wikibase

17 lines (16 loc) 493 B
export default { args: '<language code or wikidata id>', description: 'Identify language code and return associated data', options: { lang: false, verbose: false, clipboard: true, json: true, instance: false, sparqlEndpoint: false, }, examples: [ { args: 'ak', comment: 'Find data associated with the Akan language from its language code' }, { args: 'Q28026', comment: 'Find data associated with the Akan language from its Wikidata item id' }, ], }