Initial support for RAW photos in Photos 4 to address issue #101

This commit is contained in:
Rhet Turnbull
2020-04-17 10:44:15 -07:00
parent 7d55844390
commit 9d151478d6
4 changed files with 132 additions and 35 deletions

View File

@@ -855,8 +855,14 @@ def query(
@cli.command(cls=ExportCommand)
@DB_OPTION
@query_options
# @click.option(
# "--all",
# is_flag=True,
# help="Export all versions of photos including "
# "edited photos, live photos, burst photos, and RAW photos.",
# )
@click.option("--verbose", "-V", is_flag=True, help="Print verbose output.")
@query_options
@click.option(
"--overwrite",
is_flag=True,