cli: add option to output locations to gpx files

This commit is contained in:
Sean Breckenridge 2023-04-14 15:52:36 -07:00
parent 02c738594f
commit 87c13defd1
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 \