1
0
Fork 0
flightgear/scripts/python/TerraSync/terrasync
Florent Rougon c30298ffce terrasync.py: add option --only-subdir
Option --only-subdir allows one to restrict terrasync.py processing[1]
to a chosen subdirectory of the TerraSync repository. Example:

  terrasync.py --target=/your/TerraSync/repo --only-subdir="Airports/L/F/P"

[1] This works in both 'check' and 'sync' modes.
2018-02-07 11:38:41 +01:00
..
__init__.py terrasync.py: more modular code layout 2018-02-07 11:38:41 +01:00
exceptions.py terrasync.py: move custom exception classes to a separate module 2018-02-07 11:38:41 +01:00
main.py terrasync.py: add option --only-subdir 2018-02-07 11:38:41 +01:00
virtual_path.py terrasync.py: add and use a VirtualPath class; also add MutableVirtualPath 2018-02-07 11:38:41 +01:00