UNPKG

wikibase-cli

Version:

A command-line interface to Wikibase

25 lines (23 loc) 426 B
export const editCommandsOptions = { lang: false, verbose: true, dry: true, clipboard: false, json: false, instance: true, sparqlEndpoint: false, batch: true, noExitOnError: true, summary: true, baserevid: true, maxlag: true, } export const entityAttributeCommandsOptions = { lang: true, verbose: false, dry: false, clipboard: true, json: false, instance: true, sparqlEndpoint: false, }