This commit is contained in:
Marc Beninca 2021-10-10 13:45:02 +02:00 committed by Marc Beninca
parent 279cab318a
commit e90a4396fa
3 changed files with 30 additions and 10 deletions

View file

@ -34,14 +34,7 @@ def info(args):
def sync(args):
sync = synchronization.Synchronization(args)
print(sync)
# TODO prepare temporary directory
print('prepare…')
# TODO fetch
print('fetch…')
# TODO purge useless files
print('purge…')
# TODO clean temporary directory
print('clean…')
sync.run()
def main():