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

Rename !container and binary scope filters #3451

Merged
merged 2 commits into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. chore(flags)!: rename !container to not-container

    BREAKING CHANGE: !container is now not-container
    
    Rename the scope option !container to not-container, eliminating the
    need of quoting the scope value.
    geyslan committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9515061 View commit details
    Browse the repository at this point in the history
  2. chore(flags): add scope exec/executable option

    The exec/executable scope option is the same of bin/binary, but it is
    now the default option among the two. The bin/binary option is now
    an alias for exec/executable.
    geyslan committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    815a02d View commit details
    Browse the repository at this point in the history