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

Reworked run Command Parsing #50559

Merged
merged 6 commits into from
May 23, 2023
Merged

Reworked run Command Parsing #50559

merged 6 commits into from
May 23, 2023

Commits on May 11, 2023

  1. Reworked run Command Handling

    This commit removes the manual command parsing in favor
    of letting Docker handle it the way that it normally would. It
    adds double dash support to pass options to the container
    and removes the second shell that was further handling
    any quotes and shell tokens.
    ObliviousHarmony committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1ac698b View commit details
    Browse the repository at this point in the history
  2. Fixed Broken wp-env run In CI

    It looks like we were quoting it, so, fixed!
    ObliviousHarmony committed May 11, 2023
    Configuration menu
    Copy the full SHA
    95566c8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    759b2a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3aba22 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Revert "Documented command Error"

    This reverts commit c3aba22.
    ObliviousHarmony committed May 22, 2023
    Configuration menu
    Copy the full SHA
    57ef745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f05032 View commit details
    Browse the repository at this point in the history