Commit ff85b54
committed
minor #746 Clarify the dump-env exception message (apfelbox)
This PR was merged into the 1.12-dev branch.
Discussion
----------
Clarify the dump-env exception message
`--env` would be an option, but `env` is an argument.
And the suggested/hinted
```bash
composer dump-env --env=prod
```
doesn't work
Commits
-------
dd2aea1 Clarify the dump-env exception messageFile tree
2 files changed
+2
-2
lines changed- src/Command
- tests/Command
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments