Skip to content
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

Fixed:#22395 #22720

Conversation

satyaprakashpatel
Copy link
Contributor

Fixed #22395: config:set -le and -lc short form options don't work
Note : updated short command lc to c and le to e as symfony takes single character as a short option.

Preconditions (*)

  1. 2.3.1

Steps to reproduce (*)

  1. bin/magento config:set --scope default -lc

Expected result (*)

  1. -lc option is applied

Actual result (*)

  1. Error message appears:

The "-c" option does not exist.

The long form versions (--lock-env, --lock-config) of those options work fine

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

Fixed  magento#22395: config:set -le and -lc short form options don't work
@m2-assistant
Copy link

m2-assistant bot commented May 4, 2019

Hi @satyaprakashpatel. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento-engcom-team give me test instance - deploy test instance based on PR changes
  • @magento-engcom-team give me 2.3-develop instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Assistant documentation

@ghost ghost assigned kalpmehta May 5, 2019
@magento-engcom-team
Copy link
Contributor

Hi @kalpmehta, thank you for the review.
ENGCOM-5056 has been created to process this Pull Request

@soleksii soleksii self-assigned this May 6, 2019
@Nazar65 Nazar65 self-assigned this May 7, 2019
@soleksii
Copy link

soleksii commented May 7, 2019

✔️ QA Passed

Before:

before

After:

after

@m2-assistant
Copy link

m2-assistant bot commented May 8, 2019

Hi @satyaprakashpatel, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment