Bartek Fabiszewski cd5255cbb8 Minor code cleanup
2019-05-23 10:58:57 +02:00
..
2019-05-23 10:58:57 +02:00
2019-01-28 13:55:32 +01:00
2019-03-26 08:38:01 +01:00
2019-01-29 17:11:37 +01:00

Script for importing GPX files on command line

Usage: import_cli.php [options] <gpx> [<gpx>...]

Operands:
  <gpx>  One or more GPX files to import

Options:
  -h, --help                   Show usage/help
  -u, --user-id [<arg>]        Which user to import the track(s) for (default: 1)
  -e, --import-existing-track  Import already existing tracks (based on track name)
  -l, --skip-last-track        Skip the last track (for special use cases)