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

subscriber: impl fmt::Display for filter::Targets #2343

Merged
merged 2 commits into from
Oct 10, 2022
Merged

Commits on Oct 9, 2022

  1. subscriber: impl fmt::Display for filter::Targets

    There's currently a `fmt::Display` impl for `EnvFilter` that emits an
    equiovalent filter string that can be parsed back into an `EnvFilter`,
    but the `Targets` filter does not have a `fmt::Display` impl. We ought
    to have one, especially to make using `Targets` with `clap` v4.0 easier.
    
    This branch adds a `fmt::Display` impl.
    hawkw committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    3ed6102 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    24106d5 View commit details
    Browse the repository at this point in the history