Added version to --verbose, closes #297
This commit is contained in:
@@ -1743,6 +1743,8 @@ def export(
|
|||||||
VERBOSE = bool(verbose)
|
VERBOSE = bool(verbose)
|
||||||
verbose_(f"Loaded options from file {load_config}")
|
verbose_(f"Loaded options from file {load_config}")
|
||||||
|
|
||||||
|
verbose_(f"osxphotos version {__version__}")
|
||||||
|
|
||||||
exclusive_options = [
|
exclusive_options = [
|
||||||
("favorite", "not_favorite"),
|
("favorite", "not_favorite"),
|
||||||
("hidden", "not_hidden"),
|
("hidden", "not_hidden"),
|
||||||
|
|||||||
Reference in New Issue
Block a user