-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EEv4 - ee help discrepancies #1249
Comments
Sure you can help. 👍 Can you please mention a few details so I can guide you.
|
You'd have to edit this line - https://github.com/EasyEngine/config-command/blob/853a265ab424b55ba6811c7318919c25b00a44e9/src/Config_Command.php#L62 to fix this. But if you take a look at this PR, https://github.com/EasyEngine/config-command/pull/2/files you will see it has already been merged. Now you just have to wait for the next release. Please report any other issue you find and try to send a PR next time. 👍 |
Thanks! |
I've bumped into some ee help discrepancies between the instructions and actual command syntax.
For example:
ee config set le-mail='[email protected]'
while the actual syntax is
ee config set le-mail [email protected]
How can I contribute to fixing help and writing documentation?
The text was updated successfully, but these errors were encountered: