Commit 4f9b937
Add tip that
* 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]>--destination starting point is Drupal root (#5819)1 parent 30e77f2 commit 4f9b937
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments