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

Restore env replacement process of ARG's variable names #5156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 11, 2024

  1. Restore env replacement process of ARG's variable names

    Up to 1.7.1, variable names in ARG command could also use environment
    replacement, but in commit 47a52a1 remove the replacement process, so
    the replacement for variable names is no longer available in 1.8.0.
    This PR restore this.
    In addition, remove the Expand method of ArgCommand because it was no
    longer used.
    
    Signed-off-by: Mitsuru Kariya <[email protected]>
    kariya-mitsuru committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b21045f View commit details
    Browse the repository at this point in the history