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

make achcli -skip-validation flag not depend on -validate <filepath> being present #1415

Merged
merged 2 commits into from
Apr 29, 2024

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    f1ff06e View commit details
    Browse the repository at this point in the history
  2. fix: make -skip-validation flag not depend on -validate flag being pr…

    …esent
    
    right now `-skip-validation` is only considered if the -validate flag is
    present; the name of the flag implies it being a boolean flag and it is
    unintuitive that it needs another flag to be present referencing a
    config file that will be ignored
    joanofxyz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dd79715 View commit details
    Browse the repository at this point in the history