cli: add option to output locations to gpx files (#286)

* cli: add option to output locations to gpx files
This commit is contained in:
seanbreckenridge 2023-04-14 16:31:11 -07:00 committed by GitHub
parent 02c738594f
commit 40de162fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 2 deletions

View file

@ -85,6 +85,7 @@ allowlist_externals = cat
commands =
pip install -e .[testing,optional]
pip install orgparse # used it core.orgmode?
pip install gpxpy # for hpi query --output gpx
{envpython} -m mypy --install-types --non-interactive \
-p my.core \