EasyEngine / EasyEngine/site-command
Improve error handling of ee site create
Open
- Dominant language
- PHP
- Stars
- 18
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
The following error message should be improved:
```
ee site create example.com --mu=subdom
Error: Parameter errors:
unknown --mu parameter
```
A good error message would be:
```
ee site create example.com --mu=subdom
Error: found --mu parameter in `wp` site type. Perhaps you forgot to add `--type=wp`?
```
Although this will involve a non-trivial amount of work, It'll really improve UX of EE.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.