mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add typing annotation to cli/__init__.py
This commit is contained in:
parent
4237ff863c
commit
08616abbb5
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ def catch_errors(f):
|
||||||
@click.option("--config", "-c", metavar="FILE", help="Config file to use.")
|
@click.option("--config", "-c", metavar="FILE", help="Config file to use.")
|
||||||
@pass_context
|
@pass_context
|
||||||
@catch_errors
|
@catch_errors
|
||||||
def app(ctx, config):
|
def app(ctx, config: str):
|
||||||
"""
|
"""
|
||||||
Synchronize calendars and contacts
|
Synchronize calendars and contacts
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue