Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tip that
--destination
starting point is Drupal root (#5819)
* Add tip that `--destination` starting point is Drupal root It would be nice if the `drush archive:dump` starting point was from where the command was run ... which is normally here, for most projects using `drupal/recommended-project projects`: ``` $ tree -L 1 . ├── composer.json ├── composer.lock ├── vendor └── web ``` I guess it's not possible? So perhaps adding the tip that `--destination` starting point is Drupal root at the top would help people who run `drush archive:dump --destination=archive.tar.gz` don't see the file, and then after looking in web realize they need to run `drush archive:dump --destination=../archive.tar.gz`? * Update ArchiveDumpCommands.php * Move to `--destination` parameter * Update ArchiveDumpCommands.php * improve wording --------- Co-authored-by: Moshe Weitzman <[email protected]>
- Loading branch information