0b9c665a164c4109e3fb4cdbd69f9beef914d588
[yaffs-website] / vendor / drupal / console-en / translations / generate.command.yml
1 description: 'Generate commands for the console.'
2 help: 'The <info>generate:command</info> command helps you generate a new command.'
3 welcome: 'Welcome to the Drupal Command generator'
4 options:
5     module: 'The name of the Module (that will contain the command).'
6     controller-title: 'Controller title.'
7     class: 'The Class that describes the command. (Must end with the word ''Command'').'
8     name: 'The Command name.'
9     container-aware: 'Is the command aware of the drupal site installation when executed'
10 questions:
11     module: common.questions.module
12     class: 'Enter the Command Class. (Must end with the word ''Command'').'
13     name: 'Enter the Command name.'
14     container-aware: 'Is the command aware of the drupal site installation when executed?.'
15 messages:
16     title-not-empty: 'Title cannot be empty'