Commit graph

4 commits

Author SHA1 Message Date
Sean Breckenridge
5f2bd9babc docs: update python reference 2023-04-15 14:12:11 -07:00
Sean Breckenridge
3cfac051c7 docs: small grammar fixes 2023-04-15 12:22:18 -07:00
seanbreckenridge
6db6911214
upload gpx image 2023-04-15 12:17:43 -07:00
Sean Breckenridge
a58fef0d06 query: add --warn-exceptions, dateparser, docs
added --warn-exceptions (like --raise-exceptions/--drop-exceptions, but
lets you pass a warn_func if you want to customize how the exceptions are
handled. By default this creates a logger in main and logs the exception

added dateparser as a fallback if its installed (it's not a strong dependency, but
I mentioned in the docs that it's useful for parsing dates/times)

added docs for query, and a few examples

--output gpx respects the --{drop,warn,raise}--exceptions flags, have
an example of that in the docs as well
2023-04-15 12:10:58 -07:00