Referring to line 641 of /commands/core/core.drush.inc
// Hide 'Modules path' and 'Themes path' as well, because that's
// the way it's always been.
Why not have it show them if the --full parameter is passed, along with alias files?
It seems this would be more useful to show now that outputformat is a thing, and they can be parsed easily with --pipe (aka --format=ini)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | drush-why-does-drush-status-1993784-3.patch | 2.2 KB | greg.1.anderson |
| #2 | drush_status_show_paths_with_full-1993784-2.patch | 1.85 KB | StephenBrown |
| drush_status_show_paths_with_full.patch | 1.51 KB | StephenBrown |
Comments
Comment #1
greg.1.anderson commentedSeems okay to me. The help text for --full will need to be updated to match the adjusted behavior.
Comment #2
StephenBrown commentedFixed the help text, and edited the relevant comment.
Comment #3
greg.1.anderson commented#2 applied, but with warnings (patch unexpectedly ends in middle of line). Here is a re-roll of the same patch, unchanged.
Comment #4
greg.1.anderson commentedI'm fine with this; looks like an improvement. Will commit in a couple of days if there are no comments (or someone else can commit).
Comment #5
moshe weitzman commentedLooks fine to me.
Comment #6
greg.1.anderson commentedCommitted.