You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of possible use-cases for Filter would be using it as a CLI argument,
so the user can configure the logger without setting any environment
variables. Right now it isn't possible to use Filter as a CLI argument
in clap, because clap requires all CLI arguments to implement Clone.
0 commit comments