We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description I can't find in the docs where --min-age is documented, nor any examples.
I think it is based on Rust's parse_duration, though:
https://docs.rs/parse_duration/latest/parse_duration/
So I'm wondering if you might want to add a simple example, --min-age 1day and then also a link to the Rust API?
If you can confirm, I'm also willing to do a PR.
The text was updated successfully, but these errors were encountered:
A PR would be welcome—thank you!
Sorry, something went wrong.
No branches or pull requests
Description
I can't find in the docs where --min-age is documented, nor any examples.
I think it is based on Rust's parse_duration, though:
https://docs.rs/parse_duration/latest/parse_duration/
So I'm wondering if you might want to add a simple example, --min-age 1day and then also a link to the Rust API?
If you can confirm, I'm also willing to do a PR.
The text was updated successfully, but these errors were encountered: