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

filter: Deprecate --output and -o #1622

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 4, 2024

  1. Use args.output_sequences

    This makes it easier to search for usage, since `args.output` also
    matches other output options.
    victorlin committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b8fb8ec View commit details
    Browse the repository at this point in the history
  2. Update tests to use --output-sequences

    Planning for upcoming deprecation.
    victorlin committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    febd90e View commit details
    Browse the repository at this point in the history
  3. Deprecate --output and -o

    - Put options in a new argument group for deprecated options
    - Add entry to DEPRECATED.md
    - Add test to ensure deprecated options still work
    victorlin committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9f7e2d9 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    victorlin committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e700ea3 View commit details
    Browse the repository at this point in the history