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