084ba5edad1b0622e8feb84bc18fbfe471f4a107
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.skeleton.yml
1 description: 'Generate an implementation of a skeleton plugin'
2 help: 'The <info>"%s"</info> command helps you generate a skeleton plugin "%s".'
3 options:
4     module: common.options.module
5     plugin: 'The Plugin Id.'
6     class: 'Plugin class name'
7 questions:
8     module: common.questions.module
9     plugin: 'Enter the Plugin Id'
10     class: 'Enter the plugin class name'
11 messages:
12     plugin-dont-exist: 'The plugin "%s" does not exist.'
13     plugin-generator-implemented: 'Plugin "%s" already has an advanced command generator, please use "%s"'