wikibase-cli
Version:
A command-line interface to Wikibase
12 lines (10 loc) • 438 B
JavaScript
import { editCommandsOptions } from '#lib/common_options'
export default {
alias: 'sd',
args: '<entity> <language> <description>',
description: 'Set a description on an entity in a given language',
options: editCommandsOptions,
examples: [
{ args: 'Q4115189 fr "description du Bac à sable bulgroz"', comment: "Set the description 'description du Bac à sable bulgroz' to the Sandbox entity (Q4115189) in French" },
],
}