Skip to content

Commit

Permalink
Add new drupal-dependencies page to navigation (#6199)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored Jan 6, 2025
1 parent 57d5034 commit 267ff64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mkdocs_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ nav:
- Cron: cron.md
- Drush configuration: using-drush-configuration.md
- Drupal configuration: config-exporting.md
- Drupal dependencies: drupal-dependencies.md
- Site aliases: site-aliases.md
- Output Formats, Fields & Filters: output-formats-filters.md
- Migrate: migrate.md
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/sql/SqlCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function query($query = '', $options = ['result-file' => null, 'file' =>
#[CLI\Option(name: 'extra', description: 'Add custom arguments/options when connecting to database (used internally to list tables).')]
#[CLI\Option(name: 'extra-dump', description: 'Add custom arguments/options to the dumping of the database (e.g. <info>mysqldump</info> command).')]
#[CLI\Usage(name: 'drush sql:dump --result-file=../18.sql', description: 'Save SQL dump to the directory above Drupal root.')]
#[CLI\Usage(name: 'drush sql:dump --skip-tables-key=common', description: 'Skip standard tables. See [Drush configuration](../../using-drush-configuration)')]
#[CLI\Usage(name: 'drush sql:dump --skip-tables-key=common', description: 'Skip standard tables. See [Drush configuration](../../using-drush-configuration.md)')]
#[CLI\Usage(name: 'drush sql:dump --extra-dump=--no-data', description: 'Pass extra option to <info>mysqldump</info> command.')]
#[CLI\FieldLabels(labels: ['path' => 'Path'])]
public function dump($options = ['result-file' => self::REQ, 'create-db' => false, 'data-only' => false, 'ordered-dump' => false, 'gzip' => false, 'extra' => self::REQ, 'extra-dump' => self::REQ, 'format' => 'null']): PropertyList
Expand Down

0 comments on commit 267ff64

Please sign in to comment.