d3f824c0b20f57eb7fc8d7af0546613293f1e7bf
[yaffs-website] / vendor / drupal / console-en / translations / generate.doc.cheatsheet.yml
1 description: 'Generate a printable cheatsheet for Commands'
2 options:
3   path: 'The path to generate the pdf for the documentation'
4   wkhtmltopdf: 'The path for the wkhtmltopdf binary in your system'
5 messages:
6   missing_path: 'The path is missing'
7   title: 'Drupal Console Cheatsheet'
8   note: 'Note'
9   note-description: 'Drupal Console commands *must* be run from the root of a Drupal 8 installation'
10   command: 'Drupal Console Command'
11   command_description: 'The **"%s"** command "%s"'
12   usage: 'Usage'
13   options: 'Available options'
14   option: 'Option'
15   details: 'Details'
16   arguments: 'Available arguments'
17   argument: 'Argument'
18   examples: 'Examples'