UNPKG

wikibase-cli

Version:

A command-line interface to Wikibase

13 lines (11 loc) 557 B
import { editCommandsOptions } from '#lib/common_options' export default { alias: 'ss', args: '<entity> <site> <title> [badges]', description: 'Set a sitelink on an entity for a given site', options: editCommandsOptions, examples: [ { args: 'Q4115189 enwikiquote "The Sandbox"', comment: "Link Q4115189 to the article 'The Sandbox' on the English Wikiquote" }, { args: 'Q4115189 enwikiquote "The Sandbox" Q17437796,Q17437798', comment: 'Also set badges for that sitelink (run command `wb badges` for a list of available badges' }, ], }